Prado\Data\DataGateway\TDataGatewayResultEventParameter::getResult PHP 메소드

getResult() 공개 메소드

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