View/Helper/Cycle.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_View
- Subpackage
- Helper
- Version
- $Id: Cycle.php 25024 2012-07-30 15:08:15Z rob $
\Zend_View_Helper_Cycle
Package: Zend\View\Helper
Helper for alternating between set of values
- Implements
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Constants
Properties


array $_data = array(self::DEFAULT_NAME => array())
Array of values
Default value
array(self::DEFAULT_NAME => array())
Details- Type
- array


string $_name = self::DEFAULT_NAME
Actual name of cycle
Default value
self::DEFAULT_NAME
Details- Type
- string
Methods


assign(array $data, string $name = self::DEFAULT_NAME) : \Zend_View_Helper_Cycle
Add elements to alternate
Parameters
Returns
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
Parameters
Returns
Name | Type | Description |
---|---|---|
$data | array | |
$name | string |
Type | Description |
---|---|
\Zend_View_Helper_Cycle |


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


setName(string $name = self::DEFAULT_NAME) : \Zend_View_Helper_Cycle
Sets actual name of cycle
Parameters
Returns
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
\Zend_View_Helper_Cycle |