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

assign(
array $data, string $name
=
self
)
:
\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
)
:
\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 |