| Category | Zend |
| Package | Zend_Queue |
| Subpackage | Stomp |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| Category | Zend |
| Package | Zend_Queue |
| Subpackage | Stomp |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| + __toString() | |
| + fromFrame() | Accepts a frame and deconstructs the frame into its' component parts |
| + getAutoContentLength() | Get the status of the auto content length |
| + getBody() | Return the body for this frame |
| + getCommand() | Return the command for this frame |
| + getHeader() | Returns a value for a header |
| + getHeaders() | Get the headers |
| + setAutoContentLength() | setAutoContentLength() |
| + setBody() | Set the body for this frame |
| + setCommand() | Set the body for this frame |
| + setHeader() | Returns a value for a header |
| + setHeaders() | Set the headers |
| + toFrame() | Takes the current parameters and returns a Stomp Frame |
public function __toString( |
)
|
public function fromFrame( |
$frame)
|
string $frame |
- a stomp frame |
public function getAutoContentLength( |
)
|
public function getBody( |
)
|
public function getCommand( |
)
|
public function getHeader( |
$header)
|
string $header |
Zend_Queue_Exception
public function getHeaders( |
)
|
public function setAutoContentLength( |
$auto)
|
boolean $auto |
Zend_Queue_Exception
public function setBody( |
$body)
|
string|null $body |
Zend_Queue_Exception
public function setCommand( |
$command)
|
$command |
Zend_Queue_Exception
public function setHeader( |
$header)
|
string $header |
|
string $value |
Zend_Queue_Exception
public function setHeaders( |
array $headers)
|
array $headers |
Zend_Queue_Exception
public function toFrame( |
)
|