Prado\Web\UI\WebControls\TRepeaterCommandEventParameter::getItem PHP 메소드

getItem() 공개 메소드

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