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