Search\Manager::remove PHP 메소드

remove() 공개 메소드

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