SolrObject::offsetGet

(PECL solr >= 0.9.2)

SolrObject::offsetGetUsed to retrieve a property

Descrição

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.

Parâmetros

property_name

Name of the property.

Valor Retornado

Returns the property value.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top