QgisServerMetadataRequestMatcher
in package
implements
RequestMatcherInterface
Table of Contents
Interfaces
- RequestMatcherInterface
Properties
- $qgisServerHost : string
- The QGIS Server host.
- $qgisServerMetadataPath : string
- The QGIS Server Metadata path.
Methods
- __construct() : mixed
- matches() : bool
Properties
$qgisServerHost
The QGIS Server host.
protected
string
$qgisServerHost
$qgisServerMetadataPath
The QGIS Server Metadata path.
protected
string
$qgisServerMetadataPath
Methods
__construct()
public
__construct(string $qgisServerMetadataUrl) : mixed
Parameters
- $qgisServerMetadataUrl : string
-
The QGIS Server metadata URL - It could be provided by Lizmap Services
matches()
public
matches(RequestInterface $request) : bool
Parameters
- $request : RequestInterface