uriResolver
in package
Table of Contents
- relativize() : mixed
- removeDotSegments() : mixed
- resolve() : mixed
- __construct() : mixed
- getRelativePath() : mixed
Methods
relativize()
public
static relativize(uriInterface $base, uriInterface $target) : mixed
Parameters
- $base : uriInterface
- $target : uriInterface
Return values
mixed —removeDotSegments()
public
static removeDotSegments(mixed $path) : mixed
Parameters
- $path : mixed
Return values
mixed —resolve()
public
static resolve(uriInterface $base, uriInterface $rel) : mixed
Parameters
- $base : uriInterface
- $rel : uriInterface
Return values
mixed —__construct()
private
__construct() : mixed
Return values
mixed —getRelativePath()
private
static getRelativePath(uriInterface $base, uriInterface $target) : mixed
Parameters
- $base : uriInterface
- $target : uriInterface