Zend Framework
1.12
|
Public Member Functions | |
__set ($name, $value) | |
Magic overload for setting properties. | |
__get ($name) | |
Magic overload for getting properties. | |
setAzureProperty ($name, $value= '', $type=null) | |
Set an Azure property. | |
setAzurePropertyType ($name, $type= 'Edm.String') | |
Set an Azure property type. | |
getAzureProperty ($name) | |
Get an Azure property. | |
getAzurePropertyType ($name) | |
Get an Azure property type. | |
getAzureValues () | |
Get Azure values. | |
setAzureValues ($values=array(), $throwOnError=false) | |
Set Azure values. | |
![]() | |
__construct ($partitionKey= '', $rowKey= '') | |
Constructor. | |
getPartitionKey () | |
Get partition key. | |
setPartitionKey ($value) | |
Set partition key. | |
getRowKey () | |
Get row key. | |
setRowKey ($value) | |
Set row key. | |
getTimestamp () | |
Get timestamp. | |
setTimestamp (DateTime $value) | |
Set timestamp. | |
getEtag () | |
Get etag. | |
setEtag ($value= '') | |
Set etag. | |
getAzureValues () | |
Get Azure values. | |
setAzureValues ($values=array(), $throwOnError=false) | |
Set Azure values. | |
Protected Attributes | |
$_dynamicProperties = array() | |
![]() | |
$_partitionKey | |
$_rowKey | |
$_timestamp | |
$_etag = '' | |
Additional Inherited Members | |
![]() | |
static | getAzureAccessors ($className= '') |
Get Azure accessors from class. | |
static | getAzureAccessor ($member) |
Get Azure accessor from reflection member. | |
![]() | |
_convertToDateTime ($value= '') | |
Converts a string to a DateTime object. | |
__get | ( | $name | ) |
Magic overload for getting properties.
string | $name | Name of the property |
__set | ( | $name, | |
$value | |||
) |
Magic overload for setting properties.
string | $name | Name of the property |
string | $value | Value to set |
getAzureProperty | ( | $name | ) |
Get an Azure property.
string | $name | Property name |
mixed | $value | Property value |
string | $type | Property type (Edm.xxxx) |
getAzurePropertyType | ( | $name | ) |
Get an Azure property type.
string | $name | Property name |
getAzureValues | ( | ) |
Get Azure values.
setAzureProperty | ( | $name, | |
$value = '' , |
|||
$type = null |
|||
) |
Set an Azure property.
string | $name | Property name |
mixed | $value | Property value |
string | $type | Property type (Edm.xxxx) |
setAzurePropertyType | ( | $name, | |
$type = 'Edm.String' |
|||
) |
Set an Azure property type.
string | $name | Property name |
string | $type | Property type (Edm.xxxx) |
setAzureValues | ( | $values = array() , |
|
$throwOnError = false |
|||
) |
Set Azure values.
array | $values | |
boolean | $throwOnError | Throw Zend_Service_WindowsAzure_Exception when a property is not specified in $values? |
Zend_Service_WindowsAzure_Exception |
|
protected |