[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Service/WindowsAzure/Storage/ -> DynamicTableEntity.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 200 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Service_WindowsAzure_Storage_DynamicTableEntity:: (8 methods):
  __set()
  __get()
  setAzureProperty()
  setAzurePropertyType()
  getAzureProperty()
  getAzurePropertyType()
  getAzureValues()
  setAzureValues()


Class: Zend_Service_WindowsAzure_Storage_DynamicTableEntity  - X-Ref


__set($name, $value)   X-Ref
Magic overload for setting properties

param: string $name     Name of the property
param: string $value    Value to set

__get($name)   X-Ref
Magic overload for getting properties

param: string $name     Name of the property

setAzureProperty($name, $value = '', $type = null)   X-Ref
Set an Azure property

param: string $name Property name
param: mixed $value Property value
param: string $type Property type (Edm.xxxx)
return: Zend_Service_WindowsAzure_Storage_DynamicTableEntity

setAzurePropertyType($name, $type = 'Edm.String')   X-Ref
Set an Azure property type

param: string $name Property name
param: string $type Property type (Edm.xxxx)
return: Zend_Service_WindowsAzure_Storage_DynamicTableEntity

getAzureProperty($name)   X-Ref
Get an Azure property

param: string $name Property name
param: mixed $value Property value
param: string $type Property type (Edm.xxxx)
return: Zend_Service_WindowsAzure_Storage_DynamicTableEntity

getAzurePropertyType($name)   X-Ref
Get an Azure property type

param: string $name Property name
return: string Property type (Edm.xxxx)

getAzureValues()   X-Ref
Get Azure values

return: array

setAzureValues($values = array()   X-Ref
Set Azure values

param: array $values
param: boolean $throwOnError Throw Zend_Service_WindowsAzure_Exception when a property is not specified in $values?



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1