Zend Framework
1.12
|
Public Member Functions | |
__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. | |
Static Public Member Functions | |
static | getAzureAccessors ($className= '') |
Get Azure accessors from class. | |
static | getAzureAccessor ($member) |
Get Azure accessor from reflection member. | |
Protected Member Functions | |
_convertToDateTime ($value= '') | |
Converts a string to a DateTime object. | |
Protected Attributes | |
$_partitionKey | |
$_rowKey | |
$_timestamp | |
$_etag = '' | |
__construct | ( | $partitionKey = '' , |
|
$rowKey = '' |
|||
) |
Constructor.
string | $partitionKey | Partition key |
string | $rowKey | Row key |
|
protected |
Converts a string to a DateTime object.
Returns false on failure.
string | $value | The string value to parse |
|
static |
Get Azure accessor from reflection member.
ReflectionProperty | ReflectionMethod | $member |
|
static |
Get Azure accessors from class.
string | $className | Class to get accessors for |
getAzureValues | ( | ) |
Get Azure values.
getEtag | ( | ) |
Get etag.
getPartitionKey | ( | ) |
Get partition key.
PartitionKey
getRowKey | ( | ) |
Get row key.
RowKey
getTimestamp | ( | ) |
Get timestamp.
Timestamp Edm.DateTime
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 |
setEtag | ( | $value = '' | ) |
Set etag.
string | $value |
setPartitionKey | ( | $value | ) |
Set partition key.
PartitionKey
string | $value |
setRowKey | ( | $value | ) |
Set row key.
RowKey
string | $value |
setTimestamp | ( | DateTime | $value | ) |
Set timestamp.
Timestamp Edm.DateTime
DateTime | $value |
|
protected |
|
protected |
|
protected |
|
protected |