SolrDocument::current
PHP Manual
PHP Manual»SolrDocument»SolrDocument::current

SolrDocument::current

(PECL solr >= 0.9.2)

SolrDocument::currentRetrieves the current field

Опис

public function SolrDocument::current(): SolrDocumentField

Retrieves the current field

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the field

To Top