Prado\Web\UI\WebControls\TDataGridCommandEventParameter::getCommandSource PHP 메소드

getCommandSource() 공개 메소드

public getCommandSource ( ) : TControl
리턴 TControl the control originally raises the Command event.
    public function getCommandSource()
    {
        return $this->_source;
    }
TDataGridCommandEventParameter