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

getCommandSource() public méthode

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