PHP Class Prado\Web\UI\WebControls\TDataListItemEventParameter

TDataListItemEventParameter encapsulates the parameter data for {@link TDataList::onItemCreated ItemCreated} event of {@link TDataList} controls. The {@link getItem Item} property indicates the DataList item related with the event.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TEventParameter
ファイルを表示 Open project: pradosoft/prado

Public Methods

Method Description
__construct ( $item ) Constructor.
getItem ( ) : TControl

Method Details

__construct() public method

Constructor.
public __construct ( $item )

getItem() public method

public getItem ( ) : TControl
return Prado\Web\UI\TControl datalist item related with the corresponding event