Search\Manager::remove PHP Méthode

remove() public méthode

Removes filter from the active collection.
public remove ( string $name ) : void
$name string Name of the filter to be removed.
Résultat void
    public function remove($name)
    {
        unset($this->_filters[$this->_collection][$name]);
    }