PHP Class Prado\Web\UI\WebControls\TDataGridColumnCollection
TDataGridColumnCollection represents a collection of data grid columns.
ファイルを表示
Open project: pradosoft/prado
Public Methods
Method |
Description |
|
__construct ( TDataGrid $owner ) |
Constructor. |
|
insertAt ( $index, $item ) |
Inserts an item at the specified position. |
|
Protected Methods
Method |
Description |
|
getOwner ( ) : TDataGrid |
|
|
Method Details
__construct()
public method
public __construct ( TDataGrid $owner ) |
$owner |
TDataGrid |
|
getOwner()
protected method
protected getOwner ( ) : TDataGrid |
return |
TDataGrid |
the control that owns this collection. |
This overrides the parent implementation by inserting only TDataGridColumn.