API Documentation

Service/WindowsAzure/Storage/TableEntity.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: TableEntity.php 23775 2011-03-01 17:25:24Z ralph $  

\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  

Constants

Constant  DEFAULT_TIMESTAMP = '1900-01-01T00:00:00'

Properties

Propertyprotectedstring  $_etag= ''

Etag

Details
Type
string
Propertyprotectedstring  $_partitionKey= ''

Partition key

Details
Type
string
Propertyprotectedstring  $_rowKey= ''

Row key

Details
Type
string
Propertyprotectedstring  $_timestamp= ''

Timestamp

Details
Type
string

Methods

methodpublic__construct( string $partitionKey, string $rowKey ) : void

Constructor

Parameters
Name Type Description
$partitionKey string Partition key
$rowKey string Row key
methodpublicgetAzureAccessor( \ReflectionProperty|\ReflectionMethod $member ) : object
static

Get Azure accessor from reflection member

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

Get Azure accessors from class

Parameters
Name Type Description
$className string Class to get accessors for
Returns
Type Description
array
methodpublicgetAzureValues( ) : array

Get Azure values

Returns
Type Description
array
methodpublicgetEtag( ) : string

Get etag

Returns
Type Description
string
methodpublicgetPartitionKey( ) : string

Get partition key

Returns
Type Description
string
Details
azure
PartitionKey  
methodpublicgetRowKey( ) : string

Get row key

Returns
Type Description
string
Details
azure
RowKey  
methodpublicgetTimestamp( ) : string

Get timestamp

Returns
Type Description
string
Details
azure
Timestamp Edm.DateTime  
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

Set etag

Parameters
Name Type Description
$value string
methodpublicsetPartitionKey( string $value ) : void

Set partition key

Parameters
Name Type Description
$value string
Details
azure
PartitionKey  
methodpublicsetRowKey( string $value ) : void

Set row key

Parameters
Name Type Description
$value string
Details
azure
RowKey  
methodpublicsetTimestamp( string $value = 1900-01-01T00:00:00 ) : void

Set timestamp

Parameters
Name Type Description
$value string
Details
azure
Timestamp Edm.DateTime  
Documentation was generated by DocBlox 0.13.3.