AzuriteURLFactory implements URLFactory
Read onlyYes
FinalYes
Interfaces
Methods
- __construct() : mixed
- create() : string
Methods
__construct()
public
__construct([string $host = '127.0.0.1' ][, string $port = '10000' ][, bool $secure = false ]) : mixed
Parameters
- $host : string = '127.0.0.1'
- $port : string = '10000'
- $secure : bool = false
create()
public
create(Configuration $configuration[, string|null $path = null ][, array<string|int, mixed> $queryParameters = [] ]) : string
Parameters
- $configuration : Configuration
- $path : string|null = null
- $queryParameters : array<string|int, mixed> = []