Zend Framework
1.12
|
Public Member Functions | |
__construct ($id= '', $start= '', $expiry= '', $permissions= '') | |
Constructor. | |
![]() | |
__set ($name, $value) | |
Magic overload for setting properties. | |
__get ($name) | |
Magic overload for getting properties. | |
Additional Inherited Members | |
![]() | |
$_data = null | |
__construct | ( | $id = '' , |
|
$start = '' , |
|||
$expiry = '' , |
|||
$permissions = '' |
|||
) |
Constructor.
string | $id | Id for the signed identifier |
string | $start | The time at which the Shared Access Signature becomes valid. |
string | $expiry | The time at which the Shared Access Signature becomes invalid. |
string | $permissions | Signed permissions - read (r), write (w), delete (d) and list (l) |