Prado\Web\UI\WebControls\TDataListCommandEventParameter::getCommandSource PHP Method

getCommandSource() public method

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