|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($name, $etag, $lastModified, $metadata=array()) | |
| __set ($name, $value) | |
| __get ($name) | |
Protected Attributes | |
| $_data = null | |
Definition at line 41 of file BlobContainer.php.
| __construct | ( | $ | name, |
| $ | etag, | ||
| $ | lastModified, | ||
| $ | metadata = array() |
||
| ) |
Constructor
| string | $name | Name |
| string | $etag | Etag |
| string | $lastModified | Last modified date |
| array | $metadata | Key/value pairs of meta data |
Definition at line 58 of file BlobContainer.php.
| __get | ( | $ | name | ) |
Magic overload for getting properties
| string | $name | Name of the property |
Definition at line 88 of file BlobContainer.php.
| __set | ( | $ | name, |
| $ | value | ||
| ) |
Magic overload for setting properties
| string | $name | Name of the property |
| string | $value | Value to set |
Definition at line 74 of file BlobContainer.php.
$_data = null [protected] |
Definition at line 48 of file BlobContainer.php.