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

Public Member Functions

 __construct ($id= '', $start= '', $expiry= '', $permissions= '')
 __set ($name, $value)
 __get ($name)

Protected Attributes

 $_data = null

Detailed Description

Definition at line 40 of file SignedIdentifier.php.


Constructor & Destructor Documentation

__construct ( id = '',
start = '',
expiry = '',
permissions = '' 
)

Constructor

Parameters:
string$idId for the signed identifier
string$startThe time at which the Shared Access Signature becomes valid.
string$expiryThe time at which the Shared Access Signature becomes invalid.
string$permissionsSigned permissions - read (r), write (w), delete (d) and list (l)

Definition at line 57 of file SignedIdentifier.php.


Member Function Documentation

__get ( name)

Magic overload for getting properties

Parameters:
string$nameName of the property

Definition at line 87 of file SignedIdentifier.php.

__set ( name,
value 
)

Magic overload for setting properties

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

Definition at line 73 of file SignedIdentifier.php.


Field Documentation

$_data = null [protected]

Definition at line 47 of file SignedIdentifier.php.


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