Zend Framework
1.12
|
Public Member Functions | |
__construct ($containerName, $name, $snapshotId, $etag, $lastModified, $url= '', $size=0, $contentType= '', $contentEncoding= '', $contentLanguage= '', $cacheControl= '', $blobType= '', $leaseStatus= '', $isPrefix=false, $metadata=array()) | |
Constructor. | |
![]() | |
__set ($name, $value) | |
Magic overload for setting properties. | |
__get ($name) | |
Magic overload for getting properties. | |
Additional Inherited Members | |
![]() | |
$_data = null | |
__construct | ( | $containerName, | |
$name, | |||
$snapshotId, | |||
$etag, | |||
$lastModified, | |||
$url = '' , |
|||
$size = 0 , |
|||
$contentType = '' , |
|||
$contentEncoding = '' , |
|||
$contentLanguage = '' , |
|||
$cacheControl = '' , |
|||
$blobType = '' , |
|||
$leaseStatus = '' , |
|||
$isPrefix = false , |
|||
$metadata = array() |
|||
) |
Constructor.
string | $containerName | Container name |
string | $name | Name |
string | $snapshotId | Snapshot id |
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 |
string | $cacheControl | Cache control |
string | $blobType | Blob type |
string | $leaseStatus | Lease status |
boolean | $isPrefix | Is Prefix? |
array | $metadata | Key/value pairs of meta data |