Php/docs/solrobject.offsetget

From Get docs

SolrObject::offsetGet

(PECL solr >= 0.9.2)

SolrObject::offsetGetUsed to retrieve a property


Description

public SolrObject::offsetGet ( string $property_name ) : mixed

Used to get the value of a property. This is used when the object is treated as an array.


Parameters

property_name
Name of the property.


Return Values

Returns the property value.