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

getItem() public method

public getItem ( ) : TControl
return Prado\Web\UI\TControl the repeater item control responsible for the event.
    public function getItem()
    {
        return $this->_item;
    }
TRepeaterCommandEventParameter