PHP Class Prado\Web\UI\WebControls\TDataGridColumnCollection

TDataGridColumnCollection represents a collection of data grid columns.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\Collections\TList
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
__construct ( TDataGrid $owner ) Constructor.
insertAt ( $index, $item ) Inserts an item at the specified position.

Méthodes protégées

Méthode Description
getOwner ( ) : TDataGrid

Method Details

__construct() public méthode

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

getOwner() protected méthode

protected getOwner ( ) : TDataGrid
Résultat TDataGrid the control that owns this collection.

insertAt() public méthode

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