Basho\Riak\Command\TimeSeries\Response::getRow PHP Method

getRow() public method

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