SolrDocument::__get

(PECL solr >= 0.9.2)

SolrDocument::__getAccess the field as a property

Описание

public SolrDocument::__get ( string $fieldName ) : SolrDocumentField

Magic method for accessing the field as a property.

Список параметров

fieldName

The name of the field.

Возвращаемые значения

Returns a SolrDocumentField instance.