PHP 8.3.4 Released!

SolrDocument::__get

(PECL solr >= 0.9.2)

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

説明

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

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

パラメータ

fieldName

フィールド名

戻り値

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

add a note

User Contributed Notes

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