CakeFest 2024: The Official CakePHP Conference

SolrDocument::offsetUnset

(PECL solr >= 0.9.2)

SolrDocument::offsetUnsetEfface un champ

Description

public SolrDocument::offsetUnset(string $fieldName): void

Efface un champ du document.

Liste de paramètres

fieldName

Le nom du champ.

Valeurs de retour

Aucune valeur retournée.

add a note

User Contributed Notes

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