Service/Rackspace/Files/Container.php
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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service_Rackspace
- Subpackage
- Files
\Zend_Service_Rackspace_Files_Container
Package: Zend_Service_Rackspace
Returns
Constants
Properties
Methods
__construct(\Zend_Service_Rackspace_Files $service, $data) : void
Construct
Parameters
Throws
Name | Type | Description |
---|---|---|
$service | \Zend_Service_Rackspace_Files | |
$data |
Exception | Description |
---|---|
\Zend_Service_Rackspace_Files_Exception |
addObject(string $name, string $file, array $metadata = array()) : bool
Add an object in the container
Parameters
Returns
Name | Type | Description |
---|---|---|
$name | string | |
$file | string | the content of the object |
$metadata | array |
Type | Description |
---|---|
bool |
changeTtlCdn(integer $ttl) : bool
Change the TTL for the CDN container
Parameters
Returns
Name | Type | Description |
---|---|---|
$ttl | integer |
Type | Description |
---|---|
bool |
copyObject(string $obj_source, string $container_dest, string $obj_dest, array $metadata = array(), string $content_type = null) : bool
Copy an object to another container
Parameters
Returns
Name | Type | Description |
---|---|---|
$obj_source | string | |
$container_dest | string | |
$obj_dest | string | |
$metadata | array | |
$content_type | string |
Type | Description |
---|---|
bool |
deleteObject(string $obj) : bool
Delete an object in the container
Parameters
Returns
Name | Type | Description |
---|---|---|
$obj | string |
Type | Description |
---|---|
bool |
enableCdn(integer $ttl = \Zend_Service_Rackspace_Files::CDN_TTL_MIN) : array | bool
Enable the CDN for the container
Parameters
Returns
Name | Type | Description |
---|---|---|
$ttl | integer |
Type | Description |
---|---|
array | bool |
getInfo() : array | bool
Get the information of the container (total of objects, total size)
Returns
Type | Description |
---|---|
array | bool |
getMetadata(string $key = null) : array | string | bool
Get the metadata of the container
If $key is empty return the array of metadata
ParametersName | Type | Description |
---|---|---|
$key | string |
Type | Description |
---|---|
array | string | bool |
getMetadataObject(string $object) : array
Get the metadata of an object in the container
Parameters
Returns
Name | Type | Description |
---|---|---|
$object | string |
Type | Description |
---|---|
array |
getObject(string $name, array $headers = array()) : \Zend_Service_Rackspace_Files_Object | bool
Get an object of the container
Parameters
Returns
Name | Type | Description |
---|---|---|
$name | string | |
$headers | array |
Type | Description |
---|---|
\Zend_Service_Rackspace_Files_Object | bool |
getObjectCount() : integer | bool
Get the total count of objects in the container
Returns
Type | Description |
---|---|
integer | bool |
getObjects() : \Zend_Service_Rackspace_Files_ObjectList
Get all the object of the container
Returns
Type | Description |
---|---|
\Zend_Service_Rackspace_Files_ObjectList |
getSize() : integer | bool
Get the size in bytes of the container
Returns
Type | Description |
---|---|
integer | bool |
isCdnLogEnabled() : bool
Return true if the log retention is enabled for the CDN
Returns
Type | Description |
---|---|
bool |