SolrDocument
PHP Manual

SolrDocument::__get

(PECL solr >= 0.9.2)

SolrDocument::__getAcess the field as a property

Opis

public SolrDocumentField SolrDocument::__get ( string $fieldName )

Magic method for accessing the field as a property.

Parametry

fieldName

The name of the field.

Zwracane wartoĊ›ci

Returns a SolrDocumentField instance.


SolrDocument
PHP Manual