Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

string
$CacheControl= ''
Cache control
Cache control
string
$Container= ''
Container name
Container name
string
$ContentEncoding= ''
Content Encoding
Content Encoding
string
$ContentLanguage= ''
Content Language
Content Language
string
$LastModified= ''
Last modified date
Last modified date
array
$Metadata= ''
Key/value pairs of meta data
Key/value pairs of meta data
__construct(
string $containerName, string $name, string $snapshotId, string $etag, string $lastModified, string $url
=
'', int $size
=
0, string $contentType
=
'', string $contentEncoding
=
'', string $contentLanguage
=
'', string $cacheControl
=
'', string $blobType
=
'', string $leaseStatus
=
'', boolean $isPrefix
=
false, array $metadata
=
array()
)
:
void
Constructor
Name | Type | Description |
---|---|---|
$containerName | string | Container name |
$name | string | Name |
$snapshotId | string | Snapshot id |
$etag | string | Etag |
$lastModified | string | Last modified date |
$url | string | Url |
$size | int | Size |
$contentType | string | Content Type |
$contentEncoding | string | Content Encoding |
$contentLanguage | string | Content Language |
$cacheControl | string | Cache control |
$blobType | string | Blob type |
$leaseStatus | string | Lease status |
$isPrefix | boolean | Is Prefix? |
$metadata | array | Key/value pairs of meta data |

__get(
string $name
)
:
void
Magic overload for getting properties
Name | Type | Description |
---|---|---|
$name | string | Name of the property |