PHP 클래스 IMP_Ftree_Iterator, horde

저자: Michael Slusarz ([email protected])
상속: implements RecursiveIterator
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_elts array Sorted list of elements.

공개 메소드들

메소드 설명
__construct ( mixed $elt ) Constructor.
current ( )
getChildren ( )
hasChildren ( )
key ( )
next ( )
rewind ( )
valid ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( mixed $elt )
$elt mixed Either the parent element of the level (IMP_Ftree_Element object), or a flat list of Ftree elements to use as the base level.

current() 공개 메소드

public current ( )

getChildren() 공개 메소드

public getChildren ( )

hasChildren() 공개 메소드

public hasChildren ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

$_elts 보호되어 있는 프로퍼티

Sorted list of elements.
protected array $_elts
리턴 array