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

Public Member Functions

 __construct ($containerName, $name, $etag, $lastModified, $url= '', $size=0, $contentType= '', $contentEncoding= '', $contentLanguage= '', $isPrefix=false, $metadata=array())
 __set ($name, $value)
 __get ($name)

Protected Attributes

 $_data = null

Detailed Description

Definition at line 48 of file BlobInstance.php.


Constructor & Destructor Documentation

__construct ( containerName,
name,
etag,
lastModified,
url = '',
size = 0,
contentType = '',
contentEncoding = '',
contentLanguage = '',
isPrefix = false,
metadata = array() 
)

Constructor

Parameters:
string$containerNameContainer name
string$nameName
string$etagEtag
string$lastModifiedLast modified date
string$urlUrl
int$sizeSize
string$contentTypeContent Type
string$contentEncodingContent Encoding
string$contentLanguageContent Language
boolean$isPrefixIs Prefix?
array$metadataKey/value pairs of meta data

Definition at line 72 of file BlobInstance.php.


Member Function Documentation

__get ( name)

Magic overload for getting properties

Parameters:
string$nameName of the property

Definition at line 109 of file BlobInstance.php.

__set ( name,
value 
)

Magic overload for setting properties

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

Definition at line 95 of file BlobInstance.php.


Field Documentation

$_data = null [protected]

Definition at line 55 of file BlobInstance.php.


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