(PECL solr >= 0.9.2)
Used to retrieve a property
public mixed SolrObject::offsetGet ( string $property_name )
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.
Returns:
Returns the property value.
Please login to continue.