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