PHP 클래스 Prado\Web\UI\WebControls\TAccordionViewCollection

TAccordionViewCollection is a collection of {@link TAccordionView} to be used inside a {@link TAccordion}.
부터: 3.2
저자: Gabor Berczi, DevWorx Hungary ([email protected])
상속: extends Prado\Web\UI\TControlCollection
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
findIndexByID ( $id ) : integer Finds the index of the accordion view whose ID is the same as the one being looked for.
insertAt ( $index, $item ) Inserts an item at the specified position.

메소드 상세

findIndexByID() 공개 메소드

Finds the index of the accordion view whose ID is the same as the one being looked for.
public findIndexByID ( $id ) : integer
리턴 integer the index of the accordion view found, -1 if not found.

insertAt() 공개 메소드

This overrides the parent implementation by performing sanity check on the type of new item.
public insertAt ( $index, $item )