Lizmap Web Client Master

Deprecated

Table of Contents

modules/dataviz/classes/datavizPlot.class.php
modules/lizmap/classes/lizmap.class.php
modules/lizmap/classes/lizmapLogConfig.class.php
modules/lizmap/classes/lizmapLogItem.class.php
modules/lizmap/classes/lizmapOGCRequest.class.php
modules/lizmap/classes/lizmapProject.class.php
modules/lizmap/classes/lizmapProxy.class.php
modules/lizmap/classes/lizmapRepository.class.php
modules/lizmap/classes/lizmapServices.class.php
modules/lizmap/classes/qgisMapLayer.class.php
modules/lizmap/classes/qgisProject.class.php
modules/lizmap/classes/qgisVectorLayer.class.php
modules/lizmap/lib/Form/QgisFormControl.php
modules/lizmap/lib/Logger/Config.php
modules/lizmap/lib/Project/Project.php
modules/lizmap/lib/Project/ProjectConfig.php
modules/lizmap/lib/Project/ProjectMetadata.php
modules/lizmap/lib/Project/QgisProject.php
modules/lizmap/lib/Project/Repository.php

datavizPlot.class.php

Line Element Reason
28 datavizPlot::$layerXmlZero

lizmap.class.php

Line Element Reason
18 UnknownLizmapProjectException
137 lizmap::getRepositoryProperties()
150 lizmap::getRepositoryPropertiesOptions()
420 lizmap::getLogItem()
432 lizmap::getLogItemList()

lizmapLogConfig.class.php

Line Element Reason
18 lizmapLogConfig

lizmapLogItem.class.php

Line Element Reason
19 lizmapLogItem

lizmapOGCRequest.class.php

Line Element Reason
18 lizmapOGCRequest

lizmapProject.class.php

Line Element Reason
21 lizmapProject

Verify this methods are not used in external modules so we can delete them without risk, otherwise, we have to implement them in Project and call it here

147 lizmapProject::getXmlLayer()

lizmapProxy.class.php

Line Element Reason
18 lizmapProxy

lizmapRepository.class.php

Line Element Reason
17 lizmapRepository
25 lizmapRepository::$properties
38 lizmapRepository::$propertiesOptions

lizmapServices.class.php

Line Element Reason
143 lizmapServices::$qgisServerVersion

Use the Server

qgisMapLayer.class.php

Line Element Reason
156 qgisMapLayer::getXmlLayer()

qgisProject.class.php

Line Element Reason
16 qgisProject
167 qgisProject::getData()
358 qgisProject::getXmlLayers()
374 qgisProject::getXmlLayer()
397 qgisProject::getXmlLayerByKeyword()
413 qgisProject::getXmlRelation()
426 qgisProject::getXml()

qgisVectorLayer.class.php

Line Element Reason
1433 qgisVectorLayer::getEditionCapabilities()

return the edition layer object to be compatible with external modules. It will returns the capabilities object in the future. Use getRealEditionCapabilities() for the moment.

QgisFormControl.php

Line Element Reason
40 QgisFormControl::$fieldAlias

use getFieldAlias()

47 QgisFormControl::$rendererCategories

use getRendererCategories

Config.php

Line Element Reason
87 Config::getProperties()

Project.php

Line Element Reason
606 Project::getProperties()
623 Project::getOptions()

use getOption() or getBooleanOption() instead

682 Project::getXmlLayer()
694 Project::getData()
960 Project::hasEditionLayers()

will returns all edition layers, regarding ACL

2208 Project::getFullCfg()

Don't access directly to configuration, use Project methods

ProjectConfig.php

Line Element Reason
122 ProjectConfig::getData()

ProjectMetadata.php

Line Element Reason
348 ProjectMetadata::getData()

use other get* methods

QgisProject.php

Line Element Reason
222 QgisProject::getData()
661 QgisProject::getXmlLayer()
691 QgisProject::getXml()
723 QgisProject::getXmlLayer2()

Repository.php

Line Element Reason
237 Repository::getData()

Search results