Prado\Data\DataGateway\TDataGatewayResultEventParameter::getResult PHP Метод

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

public getResult ( ) : mixed
Результат mixed result returned from executing the command.
    public function getResult()
    {
        return $this->_result;
    }