|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($id= '', $start= '', $expiry= '', $permissions= '') | |
| __set ($name, $value) | |
| __get ($name) | |
Protected Attributes | |
| $_data = null | |
Definition at line 40 of file SignedIdentifier.php.
| __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) |
Definition at line 57 of file SignedIdentifier.php.
| __get | ( | $ | name | ) |
Magic overload for getting properties
| string | $name | Name of the property |
Definition at line 87 of file SignedIdentifier.php.
| __set | ( | $ | name, |
| $ | value | ||
| ) |
Magic overload for setting properties
| string | $name | Name of the property |
| string | $value | Value to set |
Definition at line 73 of file SignedIdentifier.php.
$_data = null [protected] |
Definition at line 47 of file SignedIdentifier.php.