|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| __construct ($partitionKey= '', $rowKey= '') | |
| getPartitionKey () | |
| setPartitionKey ($value) | |
| getRowKey () | |
| setRowKey ($value) | |
| getTimestamp () | |
| setTimestamp ($value= '1900-01-01T00:00:00') | |
| getEtag () | |
| setEtag ($value= '') | |
| getAzureValues () | |
| setAzureValues ($values=array(), $throwOnError=false) | |
Static Public Member Functions | |
| static | getAzureAccessors ($className= '') |
| static | getAzureAccessor ($member) |
Protected Attributes | |
| $_partitionKey | |
| $_rowKey | |
| $_timestamp = '1900-01-01T00:00:00' | |
| $_etag = '' | |
Definition at line 36 of file TableEntity.php.
| __construct | ( | $ | partitionKey = '', |
| $ | rowKey = '' |
||
| ) |
Constructor
| string | $partitionKey | Partition key |
| string | $rowKey | Row key |
Definition at line 72 of file TableEntity.php.
| static getAzureAccessor | ( | $ | member | ) | [static] |
Get Azure accessor from reflection member
| ReflectionProperty | ReflectionMethod | $member |
Definition at line 290 of file TableEntity.php.

| static getAzureAccessors | ( | $ | className = '' | ) | [static] |
Get Azure accessors from class
| string | $className | Class to get accessors for |
Definition at line 254 of file TableEntity.php.


| getAzureValues | ( | ) |
Get Azure values
Reimplemented in Zend_Service_WindowsAzure_Storage_DynamicTableEntity.
Definition at line 169 of file TableEntity.php.

| getEtag | ( | ) |
Get etag
Definition at line 149 of file TableEntity.php.

| getPartitionKey | ( | ) |
Get partition key
PartitionKey
Definition at line 84 of file TableEntity.php.

| getRowKey | ( | ) |
Get row key
RowKey
Definition at line 106 of file TableEntity.php.

| getTimestamp | ( | ) |
| 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 |
Reimplemented in Zend_Service_WindowsAzure_Storage_DynamicTableEntity.
Definition at line 205 of file TableEntity.php.

| setEtag | ( | $ | value = '' | ) |
Set etag
| string | $value |
Definition at line 159 of file TableEntity.php.

| setPartitionKey | ( | $ | value | ) |
Set partition key
PartitionKey
| string | $value |
Definition at line 95 of file TableEntity.php.

| setRowKey | ( | $ | value | ) |
Set row key
RowKey
| string | $value |
Definition at line 117 of file TableEntity.php.

| setTimestamp | ( | $ | value = '1900-01-01T00:00:00' | ) |
Set timestamp
Timestamp Edm.DateTime
| string | $value |
Definition at line 139 of file TableEntity.php.
$_etag = '' [protected] |
Definition at line 64 of file TableEntity.php.
$_partitionKey [protected] |
Definition at line 43 of file TableEntity.php.
$_rowKey [protected] |
Definition at line 50 of file TableEntity.php.
$_timestamp = '1900-01-01T00:00:00' [protected] |
Definition at line 57 of file TableEntity.php.