PHP Класс lithium\console\Response

Наследование: extends lithium\core\Object
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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