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

getCommandSource() 공개 메소드

public getCommandSource ( ) : TControl
리턴 Prado\Web\UI\TControl the control originally raises the OnCommand event.
    public function getCommandSource()
    {
        return $this->_source;
    }