- 
    getBaseUri() : void
- 
    
- 
    getStaticUri() : void
- 
    
- 
    Generates a URL for a static resource.
- 
    Alias of the `href` method.
- 
    Alias of the `get` method.
- 
    Generates a URL.
- 
    
    public function getBaseUri() 
- 
    
    public function setBaseUri(variable $baseUri) 
- 
    
    public function getStaticUri() 
- 
    
    public function setStaticUri(variable $staticUri) 
- 
    
    public function href(string $uri) Generates a URL for a static resource.
- 
    
    public function getStatic(string $uri) Alias of the `href` method.
- 
    
    public function rel(variable $uri, variable $args, bool $local) Alias of the `get` method.
- 
    
    public function get(variable $uri, variable $args, bool $local) Generates a URL.
 ice doc
 ice doc