kahlan\cli\Kahlan::terminal PHP Метод

terminal() публичный Метод

Gets the default terminal console.
public terminal ( ) : object
Результат object The default terminal console.
    public function terminal()
    {
        return new Terminal(['colors' => !$this->commandLine()->get('no-colors'), 'header' => !$this->commandLine()->get('no-header')]);
    }