PHP 클래스 lithium\console\Response

상속: extends lithium\core\Object
파일 보기 프로젝트 열기: unionofrad/lithium 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$error resource Error stream, STDERR
$output resource Output stream, STDOUT
$status integer It should be expected that only status codes in the range of 0-255 can be properly evaluated.

공개 메소드들

메소드 설명
__construct ( array $config = [] ) : void Constructor.
__destruct ( ) : void Destructor. Closes streams.
error ( string $error ) : mixed Writes string to error stream
output ( string $output ) : mixed Writes string to output stream
styles ( array | boolean $styles = [] ) : array Handles styling output.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $config = [] ) : void
$config array Available configuration options are: - `'output'` _resource|null_ - `'error'` _resource|null_
리턴 void

__destruct() 공개 메소드

Destructor. Closes streams.
public __destruct ( ) : void
리턴 void

error() 공개 메소드

Writes string to error stream
public error ( string $error ) : mixed
$error string
리턴 mixed

output() 공개 메소드

Writes string to output stream
public output ( string $output ) : mixed
$output string
리턴 mixed

styles() 공개 메소드

Handles styling output.
public styles ( array | boolean $styles = [] ) : array
$styles array | boolean
리턴 array

프로퍼티 상세

$error 공개적으로 프로퍼티

Error stream, STDERR
public resource $error
리턴 resource

$output 공개적으로 프로퍼티

Output stream, STDOUT
public resource $output
리턴 resource

$status 공개적으로 프로퍼티

It should be expected that only status codes in the range of 0-255 can be properly evaluated.
또한 보기: lithium\console\Command
public int $status
리턴 integer