Search\Manager::custom PHP Method

custom() public method

custom method
public custom ( string $name, array $config = [] )
$name string Name
$config array Config
    public function custom($name, array $config = [])
    {
        $this->add($name, $config['className'], $config);
        return $this;
    }