PHP Class ManaPHP\Cli\Console

Inheritance: extends ManaPHP\Component, implements ManaPHP\Cli\ConsoleInterface
Datei anzeigen Open project: manaphp/manaphp

Public Methods

Method Description
error ( string $str, array $context = [], integer $code = 1 ) : integer
write ( string $str, array $context = [] ) : static
writeLn ( string $str, array $context = [] ) : static

Method Details

error() public method

public error ( string $str, array $context = [], integer $code = 1 ) : integer
$str string
$context array
$code integer
return integer

write() public method

public write ( string $str, array $context = [] ) : static
$str string
$context array
return static

writeLn() public method

public writeLn ( string $str, array $context = [] ) : static
$str string
$context array
return static