Copied!

UrlWildcard

UrlWildcard.php : 14
Extends ValueObject

UrlWildCard models one url alias path with wild cards.

Properties

public $destinationUrl

UrlWildcard.php : 35

The destination url containing placeholders e.g. /destination/{1}.

public string $destinationUrl

public $forward

UrlWildcard.php : 42

Indicates if the url is redirected or not.

public bool $forward

public $id

UrlWildcard.php : 21

The unique id.

public mixed $id

public $sourceUrl

UrlWildcard.php : 28

The source url including "*".

public string $sourceUrl

Methods

public__construct()

ValueObject.php : 30

Construct object optionally with a set of properties.

public __construct([array<string|int, mixed> $properties = [] ])

Readonly properties values must be set using $properties as they are not writable anymore after object has been created.

Parameters

Name Type Default value Description
$properties array<string|int, mixed> [] -

protectedgetProperties()

ValueObject.php : 50

Function where list of properties are returned.

protected getProperties([array<string|int, mixed> $dynamicProperties = [] ]) : array<string|int, mixed>

Used by attributes(), override to add dynamic properties

Parameters

Name Type Default value Description
$dynamicProperties array<string|int, mixed> []

Additional dynamic properties exposed on the object

Return values

array<string|int, mixed>