[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
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: | 323 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Service_WindowsAzure_Storage_TableEntity:: (13 methods):
__construct()
getPartitionKey()
setPartitionKey()
getRowKey()
setRowKey()
getTimestamp()
setTimestamp()
getEtag()
setEtag()
getAzureValues()
setAzureValues()
getAzureAccessors()
getAzureAccessor()
Class: Zend_Service_WindowsAzure_Storage_TableEntity - X-Ref
__construct($partitionKey = '', $rowKey = '') X-Ref |
Constructor param: string $partitionKey Partition key param: string $rowKey Row key |
getPartitionKey() X-Ref |
Get partition key return: string |
setPartitionKey($value) X-Ref |
Set partition key param: string $value |
getRowKey() X-Ref |
Get row key return: string |
setRowKey($value) X-Ref |
Set row key param: string $value |
getTimestamp() X-Ref |
Get timestamp return: string |
setTimestamp($value = '1900-01-01T00:00:00') X-Ref |
Set timestamp param: string $value |
getEtag() X-Ref |
Get etag return: string |
setEtag($value = '') X-Ref |
Set etag param: string $value |
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? |
getAzureAccessors($className = '') X-Ref |
Get Azure accessors from class param: string $className Class to get accessors for return: array |
getAzureAccessor($member) X-Ref |
Get Azure accessor from reflection member param: ReflectionProperty|ReflectionMethod $member return: object |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |