API Documentation

Service/WindowsAzure/Storage/DynamicTableEntity.php

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Service_WindowsAzure  
subpackage
Storage  
version
$Id: DynamicTableEntity.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Service_WindowsAzure_Storage_DynamicTableEntity

Extends from
\Zend_Service_WindowsAzure_Storage_TableEntity
category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Service_WindowsAzure  
subpackage
Storage  

Properties

Propertyprotectedarray  $_dynamicProperties= 'array'

Dynamic properties

Default valuearrayDetails
Type
array

Methods

methodpublic__construct( string $partitionKey, string $rowKey ) : void
Parameters
Name Type Description
$partitionKey string Partition key
$rowKey string Row key
methodpublic__get( string $name ) : void

Magic overload for getting properties

Parameters
Name Type Description
$name string Name of the property
methodpublic__set( string $name, string $value ) : void

Magic overload for setting properties

Parameters
Name Type Description
$name string Name of the property
$value string Value to set
methodpublicgetAzureAccessor( \ReflectionProperty|\ReflectionMethod $member ) : object
static

Get Azure accessor from reflection member

Inherited from: \Zend_Service_WindowsAzure_Storage_TableEntity::getAzureAccessor()
Parameters
Name Type Description
$member \ReflectionProperty|\ReflectionMethod
Returns
Type Description
object
methodpublicgetAzureAccessors( string $className ) : array
static

Get Azure accessors from class

Inherited from: \Zend_Service_WindowsAzure_Storage_TableEntity::getAzureAccessors()
Parameters
Name Type Description
$className string Class to get accessors for
Returns
Type Description
array
methodpublicgetAzureProperty( string $name ) : \Zend_Service_WindowsAzure_Storage_DynamicTableEntity

Get an Azure property

Parameters
Name Type Description
$name string Property name
Returns
Type Description
\Zend_Service_WindowsAzure_Storage_DynamicTableEntity
methodpublicgetAzurePropertyType( string $name ) : string

Get an Azure property type

Parameters
Name Type Description
$name string Property name
Returns
Type Description
string Property type (Edm.xxxx)
methodpublicgetAzureValues( ) : array

Get Azure values

Returns
Type Description
array
methodpublicgetEtag( ) : string
Returns
Type Description
string
methodpublicgetPartitionKey( ) : string
Returns
Type Description
string
Details
azure
PartitionKey  
methodpublicgetRowKey( ) : string
Returns
Type Description
string
Details
azure
RowKey  
methodpublicgetTimestamp( ) : string
Returns
Type Description
string
Details
azure
Timestamp Edm.DateTime  
methodpublicsetAzureProperty( string $name, mixed $value, string $type = null ) : \Zend_Service_WindowsAzure_Storage_DynamicTableEntity

Set an Azure property

Parameters
Name Type Description
$name string Property name
$value mixed Property value
$type string

Property type (Edm.xxxx)

Returns
Type Description
\Zend_Service_WindowsAzure_Storage_DynamicTableEntity
methodpublicsetAzurePropertyType( string $name, string $type = Edm.String ) : \Zend_Service_WindowsAzure_Storage_DynamicTableEntity

Set an Azure property type

Parameters
Name Type Description
$name string Property name
$type string

Property type (Edm.xxxx)

Returns
Type Description
\Zend_Service_WindowsAzure_Storage_DynamicTableEntity
methodpublicsetAzureValues( array $values = array, boolean $throwOnError = false ) : void

Set Azure values

Parameters
Name Type Description
$values array
$throwOnError boolean

Throw Zend_Service_WindowsAzure_Exception when a property is not specified in $values?

Throws
Exception Description
\Zend_Service_WindowsAzure_Exception
methodpublicsetEtag( string $value ) : void
Parameters
Name Type Description
$value string
methodpublicsetPartitionKey( string $value ) : void
Parameters
Name Type Description
$value string
Details
azure
PartitionKey  
methodpublicsetRowKey( string $value ) : void
Parameters
Name Type Description
$value string
Details
azure
RowKey  
methodpublicsetTimestamp( string $value = 1900-01-01T00:00:00 ) : void
Parameters
Name Type Description
$value string
Details
azure
Timestamp Edm.DateTime  
Documentation was generated by DocBlox 0.13.3.