| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id$ |
| File Size: | 116 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Service_WindowsAzure_Storage_BlobInstance:: (3 methods):
__construct()
__set()
__get()
Class: Zend_Service_WindowsAzure_Storage_BlobInstance - X-Ref
| __construct($containerName, $name, $etag, $lastModified, $url = '', $size = 0, $contentType = '', $contentEncoding = '', $contentLanguage = '', $isPrefix = false, $metadata = array() X-Ref |
| Constructor param: string $containerName Container name param: string $name Name param: string $etag Etag param: string $lastModified Last modified date param: string $url Url param: int $size Size param: string $contentType Content Type param: string $contentEncoding Content Encoding param: string $contentLanguage Content Language param: boolean $isPrefix Is Prefix? param: array $metadata Key/value pairs of meta data |
| __set($name, $value) X-Ref |
| Magic overload for setting properties param: string $name Name of the property param: string $value Value to set |
| __get($name) X-Ref |
| Magic overload for getting properties param: string $name Name of the property |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |