ice framework documentation ice doc v1.10.1
Methods
  • getBaseUri() : void
  • setBaseUri(variable $baseUri) : void
  • getStaticUri() : void
  • setStaticUri(variable $staticUri) : void
  • href(string $uri) : string
    Generates a URL for a static resource.
  • getStatic(string $uri) : string
    Alias of the `href` method.
  • rel(variable $uri, variable $args, bool $local) : string
    Alias of the `get` method.
  • get(variable $uri, variable $args, bool $local) : string
    Generates a URL.
Methods Details
  • 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.