PHP 인터페이스 ManaPHP\Cli\ConsoleInterface

파일 보기 프로젝트 열기: manaphp/manaphp

공개 메소드들

메소드 설명
error ( string $str, array $context = [], integer $code = 1 ) : integer
write ( string $str, array $context = [] ) : static
writeLn ( string $str, array $context = [] ) : static

메소드 상세

error() 공개 메소드

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

write() 공개 메소드

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

writeLn() 공개 메소드

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