Roller\Router::mount PHP Метод

mount() публичный Метод

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