Service/Rackspace/Servers/SharedIpGroupList.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
- Servers
\Zend_Service_Rackspace_Servers_SharedIpGroupList
Package: Zend_Service_Rackspace\ServersList of shared Ip group of Rackspace
- Implements
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Uses
-
- Uses
-
- Uses
-
- Uses
-
Properties
array $shared = array()
of Zend_Service_Rackspace_Servers_SharedIpGroup
Default valuearray()
Details- Type
- array
Methods
constructFromArray(array $list) : void
Transforms the array to array of Shared Ip Group
ParametersName | Type | Description |
---|
$list | array | |
---|
count() : int
Return number of shared Ip Groups
Implement Countable::count()
Returnskey() : int
Return the key of the current element
Implement Iterator::key()
Returnsnext() : void
Move forward to next element
Implement Iterator::next()
offsetExists(int $offset) : boolean
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() : boolean
Check if there is a current element after calls to rewind() or next()
Implement Iterator::valid()
Returns