|
Moodle
2.2.1
http://www.collinsharper.com
|
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 | |
Definition at line 48 of file BlobInstance.php.
| __construct | ( | $ | containerName, |
| $ | name, | ||
| $ | etag, | ||
| $ | lastModified, | ||
| $ | url = '', |
||
| $ | size = 0, |
||
| $ | contentType = '', |
||
| $ | contentEncoding = '', |
||
| $ | contentLanguage = '', |
||
| $ | isPrefix = false, |
||
| $ | metadata = array() |
||
| ) |
Constructor
| string | $containerName | Container name |
| string | $name | Name |
| string | $etag | Etag |
| string | $lastModified | Last modified date |
| string | $url | Url |
| int | $size | Size |
| string | $contentType | Content Type |
| string | $contentEncoding | Content Encoding |
| string | $contentLanguage | Content Language |
| boolean | $isPrefix | Is Prefix? |
| array | $metadata | Key/value pairs of meta data |
Definition at line 72 of file BlobInstance.php.
| __get | ( | $ | name | ) |
Magic overload for getting properties
| string | $name | Name of the property |
Definition at line 109 of file BlobInstance.php.
| __set | ( | $ | name, |
| $ | value | ||
| ) |
Magic overload for setting properties
| string | $name | Name of the property |
| string | $value | Value to set |
Definition at line 95 of file BlobInstance.php.
$_data = null [protected] |
Definition at line 55 of file BlobInstance.php.