Basho\Riak\Command\TimeSeries\Query\Response::getResult PHP Method

getResult() public method

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