SolrDocument::__get
PHP Manual
PHP Manual»SolrDocument»SolrDocument::__get

SolrDocument::__get

(PECL solr >= 0.9.2)

SolrDocument::__getプロパティとしてフィールドにアクセス

説明

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

プロパティとしてフィールドにアクセスするためのマジックメソッド

パラメータ

fieldName

フィールド名

戻り値

SolrDocumentField インスタンスを返します。

To Top