Service/Rackspace/Files/ObjectList.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 license@zend.com 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_ObjectList
Package: Zend_Service_Rackspace\FilesList of servers retrived from the GoGrid web service
- Implements
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Uses
-
- Uses
-
- Uses
-
- Uses
-
- Uses
-
Properties
array $objects = array()
of Zend_Service_Rackspace_Files_Object
Default valuearray()
Details- Type
- array
Methods
_constructFromArray(array $list) : void
Transforms the Array to array of container
ParametersName | Type | Description |
---|
$list | array | |
---|
key() : int
Return the key of the current element
Implement Iterator::key()
Returnsnext() : void
Move forward to next element
Implement Iterator::next()
offsetExists(int $offset) : bool
Whether the offset exists
Implement ArrayAccess::offsetExists()
ParametersName | Type | Description |
---|
$offset | int | |
---|
ReturnsoffsetSet(int $offset, string $value) : void
Throws exception because all values are read-only
Implement ArrayAccess::offsetSet()
ParametersName | Type | Description |
---|
$offset | int | |
---|
$value | string | |
---|
ThrowsoffsetUnset(int $offset) : void
Throws exception because all values are read-only
Implement ArrayAccess::offsetUnset()
ParametersName | Type | Description |
---|
$offset | int | |
---|
Throwsrewind() : void
Rewind the Iterator to the first element
Implement Iterator::rewind()
valid() : bool
Check if there is a current element after calls to rewind() or next()
Implement Iterator::valid()
Returns