UriGenerationOptions

Read onlyYes
FinalYes

Options for system resource URI generation.

These might change, by adding more options, which means the variable names MUST be kept (or properly deprecated) as they are public API. Also, this object MUST be crated using named arguments.

Table of Contents

Properties

$absoluteUri  : bool
$uriPrefix  : string|null

Methods

__construct()  : mixed
Variable names are explicitly public API for named variable access

Properties

$absoluteUri

public bool $absoluteUri = false

$uriPrefix

public string|null $uriPrefix = null

Methods

__construct()

Variable names are explicitly public API for named variable access

public __construct([string|null $uriPrefix = null ][, bool $absoluteUri = false ]) : mixed
Parameters
$uriPrefix : string|null = null
$absoluteUri : bool = false

        
On this page

Search results