Documentation

UriNormalizerRule
in package

A container for a URI normalization rule

Tags
author

zozlak

Table of Contents

Properties

$format  : string
$match  : string
$replace  : string
$resolve  : string

Methods

__construct()  : mixed
factory()  : self

Properties

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>
Return values
self

        
On this page

Search results