PHP Class Prado\Web\UI\WebControls\TRepeaterItemEventParameter

TRepeaterItemEventParameter encapsulates the parameter data for {@link TRepeater::onItemCreated ItemCreated} event of {@link TRepeater} controls. The {@link getItem Item} property indicates the repeater item related with the event.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TEventParameter
Datei anzeigen 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 repeater item related with the corresponding event