Tag/ItemList.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-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Tag
- Subpackage
- ItemList
- Version
- $Id: ItemList.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Tag_ItemList
Package: Zend\Tag
- Implements
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods


offsetExists(mixed $offset) : boolean
Check if an offset exists
Parameters
Returns
Name | Type | Description |
---|---|---|
$offset | mixed |
Type | Description |
---|---|
boolean |


offsetGet(mixed $offset) : \Zend_Tag_Taggable
Get the value of an offset
Parameters
Returns
Name | Type | Description |
---|---|---|
$offset | mixed |
Type | Description |
---|---|
\Zend_Tag_Taggable |


offsetSet(mixed $offset, \Zend_Tag_Taggable $item) : void
Append a new item
Parameters
Throws
Name | Type | Description |
---|---|---|
$offset | mixed | |
$item | \Zend_Tag_Taggable |
Exception | Description |
---|---|
\OutOfBoundsException | When item does not implement Zend_Tag_Taggable |


seek(integer $index) : void
Seek to an absolute positio
Parameters
Throws
Name | Type | Description |
---|---|---|
$index | integer |
Exception | Description |
---|---|
\OutOfBoundsException | When the seek position is invalid |


spreadWeightValues(array $values) : void
Spread values in the items relative to their weight
Parameters
Throws
Name | Type | Description |
---|---|---|
$values | array |
Exception | Description |
---|---|
\Zend_Tag_Exception | When value list is empty |