Zend Framework
1.12
|
Public Member Functions | |
__construct ($operationId, $operationObjectId, $operationName, $operationParameters=array(), $operationCaller=array(), $operationStatus=array()) | |
Constructor. | |
addOperationParameter ($name, $value) | |
Add operation parameter. | |
![]() | |
__set ($name, $value) | |
Magic overload for setting properties. | |
__get ($name) | |
Magic overload for getting properties. | |
Additional Inherited Members | |
![]() | |
$_data = null | |
__construct | ( | $operationId, | |
$operationObjectId, | |||
$operationName, | |||
$operationParameters = array() , |
|||
$operationCaller = array() , |
|||
$operationStatus = array() |
|||
) |
Constructor.
string | $operationId | The globally unique identifier (GUID) of the operation. |
string | $operationObjectId | The target object for the operation. |
string | $operationName | The name of the performed operation. |
array | $operationParameters | The collection of parameters for the performed operation. |
array | $operationCaller | A collection of attributes that identifies the source of the operation. |
array | $operationStatus | The current status of the operation. |
addOperationParameter | ( | $name, | |
$value | |||
) |
Add operation parameter.
string | $name | Name |
string | $value | Value |