Roller\Router::mount PHP Method

mount() public method

public mount ( $prefix, $routeset )
    public function mount($prefix, $routeset)
    {
        if ($this->hasCache) {
            return;
        }
        return $this->routes->mount($prefix, $routeset);
    }