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.
Helper for alternating between set of values

array
$_data= 'array(self::DEFAULT_NAME=>array())'
Array of values
array(self::DEFAULT_NAME=>array())
Details
string
$_name= 'self::DEFAULT_NAME'
Actual name of cycle
self::DEFAULT_NAME
Details
assign(
array $data, string $name
=
self::DEFAULT_NAME
)
:
\Zend_View_Helper_Cycle
Add elements to alternate
Name | Type | Description |
---|---|---|
$data | array | |
$name | string |
Type | Description |
---|---|
\Zend_View_Helper_Cycle |

cycle(
array $data
=
array(), string $name
=
self::DEFAULT_NAME
)
:
\Zend_View_Helper_Cycle
Add elements to alternate
Name | Type | Description |
---|---|---|
$data | array | |
$name | string |
Type | Description |
---|---|
\Zend_View_Helper_Cycle |

next(
)
:
\Zend_View_Helper_Cycle
Move to next value
Type | Description |
---|---|
\Zend_View_Helper_Cycle |

prev(
)
:
\Zend_View_Helper_Cycle
Move to previous value
Type | Description |
---|---|
\Zend_View_Helper_Cycle |