\Horde_View_Helper_Text_Cycle

View helpers for URLs

Summary

Methods
Properties
Constants
__construct()
__toString()
reset()
getValues()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_values
N/A

Properties

$_values

$_values : array

Array of values to cycle through

Type

array

Methods

__construct()

__construct(array  $values) 

Construct a new cycler

Parameters

array $values

Values to cycle through

__toString()

__toString() : mixed

Returns the current element in the cycle and advance the cycle

Returns

mixed —

Current element

reset()

reset() 

Reset the cycle

getValues()

getValues() : array

Returns the values of this cycler.

Returns

array