Zend Framework
1.12
|
Public Member Functions | |
__construct ($service, $data) | |
Construct. | |
getName () | |
Get the name of the image. | |
getId () | |
Get the image's id. | |
getServerId () | |
Get the server's id of the image. | |
getUpdated () | |
Get the updated data. | |
getCreated () | |
Get the created data. | |
getStatus () | |
Get the image's status. | |
getProgress () | |
Get the progress's status. | |
toArray () | |
To Array. | |
Public Attributes | |
const | ERROR_PARAM_CONSTRUCT = 'You must pass a Zend_Service_Rackspace_Servers object and an array' |
const | ERROR_PARAM_NO_NAME = 'You must pass the image\'s name in the array (name)' |
const | ERROR_PARAM_NO_ID = 'You must pass the image\'s id in the array (id)' |
Protected Attributes | |
$name | |
$id | |
$serverId | |
$updated | |
$created | |
$status | |
$progress | |
$service | |
__construct | ( | $service, | |
$data | |||
) |
Construct.
array | $data |
getCreated | ( | ) |
Get the created data.
getId | ( | ) |
Get the image's id.
getName | ( | ) |
Get the name of the image.
getProgress | ( | ) |
Get the progress's status.
getServerId | ( | ) |
Get the server's id of the image.
getStatus | ( | ) |
Get the image's status.
getUpdated | ( | ) |
Get the updated data.
toArray | ( | ) |
To Array.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
const ERROR_PARAM_CONSTRUCT = 'You must pass a Zend_Service_Rackspace_Servers object and an array' |
const ERROR_PARAM_NO_ID = 'You must pass the image\'s id in the array (id)' |
const ERROR_PARAM_NO_NAME = 'You must pass the image\'s name in the array (name)' |