SolrObject::offsetGet

Used to retrieve a property

Beschreibung

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.

Parameter-Liste

property_name

Name of the property.

Rückgabewerte

Returns the property value.