GoLang SolrObject::offsetGet

request it (192)
GoLang replacement for PHP's SolrObject::offsetGet [edit | history]



Do you know a GoLang replacement for PHP's SolrObject::offsetGet? Write it!

PHP SolrObject::offsetGet

PHP original manual for SolrObject::offsetGet [ show | php.net ]

SolrObject::offsetGet

(PECL solr >= 0.9.2)

SolrObject::offsetGetUsed to retrieve a property

Description

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.

Return Values

Returns the property value.