Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_WindowsAzure_Storage_TableEntity Class Reference
Inheritance diagram for Zend_Service_WindowsAzure_Storage_TableEntity:

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 = ''

Detailed Description

Definition at line 36 of file TableEntity.php.


Constructor & Destructor Documentation

__construct ( partitionKey = '',
rowKey = '' 
)

Constructor

Parameters:
string$partitionKeyPartition key
string$rowKeyRow key

Definition at line 72 of file TableEntity.php.


Member Function Documentation

static getAzureAccessor ( member) [static]

Get Azure accessor from reflection member

Parameters:
ReflectionProperty | ReflectionMethod$member
Returns:
object

Definition at line 290 of file TableEntity.php.

Here is the caller graph for this function:

static getAzureAccessors ( className = '') [static]

Get Azure accessors from class

Parameters:
string$classNameClass to get accessors for
Returns:
array

Definition at line 254 of file TableEntity.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Get Azure values

Returns:
array

Reimplemented in Zend_Service_WindowsAzure_Storage_DynamicTableEntity.

Definition at line 169 of file TableEntity.php.

Here is the call graph for this function:

getEtag ( )

Get etag

Returns:
string

Definition at line 149 of file TableEntity.php.

Here is the caller graph for this function:

Get partition key

PartitionKey

Returns:
string

Definition at line 84 of file TableEntity.php.

Here is the caller graph for this function:

getRowKey ( )

Get row key

RowKey

Returns:
string

Definition at line 106 of file TableEntity.php.

Here is the caller graph for this function:

Get timestamp

Timestamp Edm.DateTime

Returns:
string

Definition at line 128 of file TableEntity.php.

setAzureValues ( values = array(),
throwOnError = false 
)

Set Azure values

Parameters:
array$values
boolean$throwOnErrorThrow Zend_Service_WindowsAzure_Exception when a property is not specified in $values?
Exceptions:
Zend_Service_WindowsAzure_Exception

Reimplemented in Zend_Service_WindowsAzure_Storage_DynamicTableEntity.

Definition at line 205 of file TableEntity.php.

Here is the call graph for this function:

setEtag ( value = '')

Set etag

Parameters:
string$value

Definition at line 159 of file TableEntity.php.

Here is the caller graph for this function:

setPartitionKey ( value)

Set partition key

PartitionKey

Parameters:
string$value

Definition at line 95 of file TableEntity.php.

Here is the caller graph for this function:

setRowKey ( value)

Set row key

RowKey

Parameters:
string$value

Definition at line 117 of file TableEntity.php.

Here is the caller graph for this function:

setTimestamp ( value = '1900-01-01T00:00:00')

Set timestamp

Timestamp Edm.DateTime

Parameters:
string$value

Definition at line 139 of file TableEntity.php.


Field Documentation

$_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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations