Prado\Data\DataGateway\TDataGatewayResultEventParameter::getResult PHP Méthode

getResult() public méthode

public getResult ( ) : mixed
Résultat mixed result returned from executing the command.
    public function getResult()
    {
        return $this->_result;
    }