SolrParams::addParam

Adds a parameter to the object

Beschreibung

public SolrParams SolrParams::addParam ( string $name , string $value )

Adds a parameter to the object. This is used for parameters that can be specified multiple times.

Parameter-Liste

name

Name of parameter

value

Value of parameter

Rückgabewerte

Returns a SolrParam object on success and FALSE on failure.