Basho\Riak\Search\Doc::__get PHP Method

__get() public method

Returns a single value from Solr result document
public __get ( string $name ) : mixed
$name string
return mixed
    public function __get($name)
    {
        return $this->data->{$name};
    }