Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_WindowsAzure_Storage_BlobContainer Class Reference

Public Member Functions

 __construct ($name, $etag, $lastModified, $metadata=array())
 __set ($name, $value)
 __get ($name)

Protected Attributes

 $_data = null

Detailed Description

Definition at line 41 of file BlobContainer.php.


Constructor & Destructor Documentation

__construct ( name,
etag,
lastModified,
metadata = array() 
)

Constructor

Parameters:
string$nameName
string$etagEtag
string$lastModifiedLast modified date
array$metadataKey/value pairs of meta data

Definition at line 58 of file BlobContainer.php.


Member Function Documentation

__get ( name)

Magic overload for getting properties

Parameters:
string$nameName of the property

Definition at line 88 of file BlobContainer.php.

__set ( name,
value 
)

Magic overload for setting properties

Parameters:
string$nameName of the property
string$valueValue to set

Definition at line 74 of file BlobContainer.php.


Field Documentation

$_data = null [protected]

Definition at line 48 of file BlobContainer.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations