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
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
__construct ( $item ) Constructor.
getItem ( ) : TControl

Method Details

__construct() public méthode

Constructor.
public __construct ( $item )

getItem() public méthode

public getItem ( ) : TControl
Résultat Prado\Web\UI\TControl repeater item related with the corresponding event