CakeFest 2024: The Official CakePHP Conference

SolrParams::get

(PECL solr >= 0.9.2)

SolrParams::getTakma Adı: SolrParams::getParam()

Açıklama

final public SolrParams::get(string $param_name): mixed

This is an alias for SolrParams::getParam

Bağımsız Değişkenler

param_name

Then name of the parameter

Dönen Değerler

Returns an array or string depending on the type of parameter

add a note

User Contributed Notes

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