Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/Console/View/Components/Info.php
Строк: 35
<?php

namespace IlluminateConsoleViewComponents;

use 
SymfonyComponentConsoleOutputOutputInterface;

class 
Info extends Component
{
    
/**
     * Renders the component using the given arguments.
     *
     * @param  string  $string
     * @param  int  $verbosity
     * @return void
     */
    
public function render($string$verbosity OutputInterface::VERBOSITY_NORMAL)
    {
        
with(new Line($this->output))->render('info'$string$verbosity);
    }
}
Онлайн: 1
Реклама