Basho\Riak\Command\TimeSeries\Query\Response::getResult PHP 메소드

getResult() 공개 메소드

public getResult ( ) : Cell[] | null
리턴 Basho\Riak\TimeSeries\Cell[] | null
    public function getResult()
    {
        return !empty($this->results[0]) ? $this->results[0] : null;
    }