CakeFest 2024: The Official CakePHP Conference

SolrParams::add

(PECL solr >= 0.9.2)

SolrParams::addAlias von SolrParams::addParam()

Beschreibung

final public SolrParams::add(string $name, string $value): SolrParams

This is an alias for SolrParams::addParam

Parameter-Liste

name

The name of the parameter

value

The value of the parameter

Rückgabewerte

Returns a SolrParams instance on success

add a note

User Contributed Notes

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