Methods

Check if content was sent

contentSent() : bool

deprecated

Returns

bool

Get message content

getContent() : mixed
Inherited

inherited_from \Zend\Stdlib\Message::getContent()

Returns

mixed

Get response error level that will be returned to shell.

getErrorLevel() : int | \Zend\Console\0

Returns

int\Zend\Console\0

send()

send() 

deprecated

Send content

sendContent() : \Zend\Console\Response

deprecated

Returns

Set message content

setContent(mixed $value) : \Zend\Stdlib\Message
Inherited

inherited_from \Zend\Stdlib\Message::setContent()

Parameters

$value

mixed

Returns

Set the error level that will be returned to shell.

setErrorLevel(int $errorLevel) : \Zend\Console\Response

Parameters

$errorLevel

int

Returns

toString()

toString() : string
Inherited

inherited_from \Zend\Stdlib\Message::toString()

Returns

string

 Properties

 

$content

$content : string
Inherited

inherited_from \Zend\Stdlib\Message::$$content
 

$contentSent

$contentSent : bool