Lizmap Web Client 3.10.0

project_listZone extends jZone
in package

Construct a list of Lizmap projects.

Tags
author

3liz

copyright

2022 3liz

see
http://3liz.com
license

Mozilla Public License : http://www.mozilla.org/MPL/

Table of Contents

Properties

$_tplname  : mixed

Methods

_prepareTpl()  : mixed
getProjectInspection()  : array<string|int, mixed>
Get the QGIS project inspection data pre-generated by the 3liz qgis-project-validator inspection command.
getProjectListItem()  : array<string|int, mixed>
Get the QGIS project properties which must be displayed in the administration project list table.

Properties

Methods

getProjectInspection()

Get the QGIS project inspection data pre-generated by the 3liz qgis-project-validator inspection command.

private getProjectInspection(string $inspectionDirectoryPath, string $projectRelativePath) : array<string|int, mixed>

It returns the project loading time, memory consumption, invalid layers

Parameters
$inspectionDirectoryPath : string

The path where the inspection files are stored

$projectRelativePath : string

The QGIS project relative path

Return values
array<string|int, mixed>

The data from inspection

getProjectListItem()

Get the QGIS project properties which must be displayed in the administration project list table.

private getProjectListItem(string $inspectionDirectoryPath, ProjectMetadata $projectMetadata) : array<string|int, mixed>
Parameters
$inspectionDirectoryPath : string

The path where the inspection files are stored

$projectMetadata : ProjectMetadata

The QGIS project metadata instance

Return values
array<string|int, mixed>

The QGIS project properties


        
On this page

Search results