Prado\Web\UI\WebControls\TRepeaterCommandEventParameter::getCommandSource PHP Метод

getCommandSource() публичный Метод

public getCommandSource ( ) : TControl
Результат Prado\Web\UI\TControl the control originally raises the OnCommand event.
    public function getCommandSource()
    {
        return $this->_source;
    }
TRepeaterCommandEventParameter