Prado\Web\UI\WebControls\TRepeaterItemEventParameter::getItem PHP Method

getItem() public method

public getItem ( ) : TControl
return Prado\Web\UI\TControl repeater item related with the corresponding event
    public function getItem()
    {
        return $this->_item;
    }
TRepeaterItemEventParameter