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

Public Member Functions

 __set ($name, $value)
 __get ($name)
 setAzureProperty ($name, $value= '', $type=null)
 setAzurePropertyType ($name, $type= 'Edm.String')
 getAzureProperty ($name)
 getAzurePropertyType ($name)
 getAzureValues ()
 setAzureValues ($values=array(), $throwOnError=false)

Protected Attributes

 $_dynamicProperties = array()

Detailed Description

Definition at line 42 of file DynamicTableEntity.php.


Member Function Documentation

__get ( name)

Magic overload for getting properties

Parameters:
string$nameName of the property

Definition at line 66 of file DynamicTableEntity.php.

Here is the call graph for this function:

__set ( name,
value 
)

Magic overload for setting properties

Parameters:
string$nameName of the property
string$valueValue to set

Definition at line 57 of file DynamicTableEntity.php.

Here is the call graph for this function:

getAzureProperty ( name)

Get an Azure property

Parameters:
string$nameProperty name
mixed$valueProperty value
string$typeProperty type (Edm.xxxx)
Returns:
Zend_Service_WindowsAzure_Storage_DynamicTableEntity

Definition at line 138 of file DynamicTableEntity.php.

Here is the call graph for this function:

Here is the caller graph for this function:

getAzurePropertyType ( name)

Get an Azure property type

Parameters:
string$nameProperty name
Returns:
string Property type (Edm.xxxx)

Definition at line 163 of file DynamicTableEntity.php.

Here is the call graph for this function:

Get Azure values

Returns:
array

Reimplemented from Zend_Service_WindowsAzure_Storage_TableEntity.

Definition at line 177 of file DynamicTableEntity.php.

setAzureProperty ( name,
value = '',
type = null 
)

Set an Azure property

Parameters:
string$nameProperty name
mixed$valueProperty value
string$typeProperty type (Edm.xxxx)
Returns:
Zend_Service_WindowsAzure_Storage_DynamicTableEntity

Definition at line 78 of file DynamicTableEntity.php.

Here is the call graph for this function:

Here is the caller graph for this function:

setAzurePropertyType ( name,
type = 'Edm.String' 
)

Set an Azure property type

Parameters:
string$nameProperty name
string$typeProperty type (Edm.xxxx)
Returns:
Zend_Service_WindowsAzure_Storage_DynamicTableEntity

Definition at line 120 of file DynamicTableEntity.php.

Here is the call graph for this function:

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 from Zend_Service_WindowsAzure_Storage_TableEntity.

Definition at line 189 of file DynamicTableEntity.php.


Field Documentation

$_dynamicProperties = array() [protected]

Definition at line 49 of file DynamicTableEntity.php.


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