PHP Class ManaPHP\Cli\Console

Inheritance: extends ManaPHP\Component, implements ManaPHP\Cli\ConsoleInterface
Afficher le fichier Open project: manaphp/manaphp

Méthodes publiques

Méthode 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 méthode

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

write() public méthode

public write ( string $str, array $context = [] ) : static
$str string
$context array
Résultat static

writeLn() public méthode

public writeLn ( string $str, array $context = [] ) : static
$str string
$context array
Résultat static