Basho\Riak\Command\DataType\Hll\Response::getDate PHP Method

getDate() public method

Retrieves the date of the hll's retrieval
public getDate ( ) : string
return string
    public function getDate()
    {
        return $this->date;
    }