PHP Класс Horde_View_Helper_Text_Cycle, horde

Автор: Mike Naberezny ([email protected])
Автор: Derek DeVries ([email protected])
Автор: Chuck Hagenbuch ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( array $values ) Construct a new cycler
__toString ( ) : mixed Returns the current element in the cycle and advance the cycle
getValues ( ) : array Returns the values of this cycler.
reset ( ) Reset the cycle

Описание методов

__construct() публичный Метод

Construct a new cycler
public __construct ( array $values )
$values array Values to cycle through

__toString() публичный Метод

Returns the current element in the cycle and advance the cycle
public __toString ( ) : mixed
Результат mixed Current element

getValues() публичный Метод

Returns the values of this cycler.
public getValues ( ) : array
Результат array

reset() публичный Метод

Reset the cycle
public reset ( )