UriNormalizerRule
in package
A container for a URI normalization rule
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- factory() : self
Properties
$format
public
string
$format
$match
public
string
$match
$replace
public
string
$replace
$resolve
public
string
$resolve
Methods
__construct()
public
__construct(string $match, string $replace, string $resolve, string $format) : mixed
Parameters
- $match : string
- $replace : string
- $resolve : string
- $format : string
factory()
public
static factory(self|stdClass|array<string, string> $rule) : self
Parameters
- $rule : self|stdClass|array<string, string>