Prado\Web\UI\WebControls\TDataGridCommandEventParameter::getCommandSource PHP Méthode

getCommandSource() public méthode

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