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

TDataGridColumnCollection represents a collection of data grid columns.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends Prado\Collections\TList
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

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

보호된 메소드들

메소드 설명
getOwner ( ) : TDataGrid

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( TDataGrid $owner )
$owner TDataGrid

getOwner() 보호된 메소드

protected getOwner ( ) : TDataGrid
리턴 TDataGrid the control that owns this collection.

insertAt() 공개 메소드

This overrides the parent implementation by inserting only TDataGridColumn.
public insertAt ( $index, $item )