CakeFest 2024: The Official CakePHP Conference

SolrDocument::__get

(PECL solr >= 0.9.2)

SolrDocument::__getAccède à un champ comme une propriété

Description

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

Méthode magique pour accéder au champ comme à une propriété.

Liste de paramètres

fieldName

Le nom du champ.

Valeurs de retour

Retourne une instance SolrDocumentField.

add a note

User Contributed Notes

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