API Documentation

Service/WindowsAzure/Storage/DynamicTableEntity.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service_WindowsAzure
subpackage
Storage
version
$Id$
Classes
Zend_Service_WindowsAzure_Storage_DynamicTableEntity

Description

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.

Zend_Service_WindowsAzure_Storage_DynamicTableEntity

Extends from
Zend_Service_WindowsAzure_Storage_TableEntity
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service_WindowsAzure
subpackage
Storage
Properties
$_dynamicProperties
Methods
__set
__get
setAzureProperty
setAzurePropertyType
getAzureProperty
getAzurePropertyType
getAzureValues
setAzureValues

Description

Properties

$_dynamicProperties

array $_dynamicProperties = 'array'

Dynamic properties

Details

$_dynamicProperties
array
visibility
protected
default
array
final
false
static
false

Methods

__get

__get( string $name ) :

Magic overload for getting properties

Arguments
$name
string
Name of the property
Details
visibility
public
final
false
static
false

__set

__set( string $name, string $value ) :

Magic overload for setting properties

Arguments
$name
string
Name of the property
$value
string
Value to set
Details
visibility
public
final
false
static
false

getAzureProperty

getAzureProperty( string $name ) : Zend_Service_WindowsAzure_Storage_DynamicTableEntity

Get an Azure property

Arguments
$name
string
Property name
Details
visibility
public
final
false
static
false

getAzurePropertyType

getAzurePropertyType( string $name ) : string

Get an Azure property type

Arguments
$name
string
Property name
Output
string
Property type (Edm.xxxx)
Details
visibility
public
final
false
static
false

getAzureValues

getAzureValues( ) : array

Get Azure values

Output
array
Details
visibility
public
final
false
static
false

setAzureProperty

setAzureProperty( string $name, mixed $value, string $type = null ) : Zend_Service_WindowsAzure_Storage_DynamicTableEntity

Set an Azure property

Arguments
$name
string
Property name
$value
mixed
Property value
$type
string
Property type (Edm.xxxx)
Details
visibility
public
final
false
static
false

setAzurePropertyType

setAzurePropertyType( string $name, string $type = Edm.String ) : Zend_Service_WindowsAzure_Storage_DynamicTableEntity

Set an Azure property type

Arguments
$name
string
Property name
$type
string
Property type (Edm.xxxx)
Details
visibility
public
final
false
static
false

setAzureValues

setAzureValues( array $values = array, boolean $throwOnError = false ) :

Set Azure values

Arguments
$values
array
$throwOnError
boolean
Throw Zend_Service_WindowsAzure_Exception when a property is not specified in $values?
Details
visibility
public
final
false
static
false
throws
Documentation was generated by DocBlox.