Roller\Router::mount PHP Méthode

mount() public méthode

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