Basho\Riak\Command\DataType\Hll\Response::getDate PHP Метод

getDate() публичный Метод

Retrieves the date of the hll's retrieval
public getDate ( ) : string
Результат string
    public function getDate()
    {
        return $this->date;
    }