PHP 클래스 Horde_View_Helper_Text_Cycle, horde

저자: Mike Naberezny ([email protected])
저자: Derek DeVries ([email protected])
저자: Chuck Hagenbuch ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__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 ( )