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

TViewCollection represents a collection that only takes {@link TView} instances as collection elements.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends Prado\Web\UI\TControlCollection
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
insertAt ( $index, $item ) Inserts an item at the specified position.

메소드 상세

insertAt() 공개 메소드

This overrides the parent implementation by ensuring only {@link TView} controls be added into the collection.
public insertAt ( $index, $item )