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
31 datavizPlot::$layerXmlZero

lizmap.class.php

Line Element Reason
18 UnknownLizmapProjectException
133 lizmap::getRepositoryProperties()
147 lizmap::getRepositoryPropertiesOptions()
419 lizmap::getLogItem()
431 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
1423 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
578 Project::getProperties()
595 Project::getOptions()

use getOption() or getBooleanOption() instead

654 Project::getXmlLayer()
666 Project::getData()
932 Project::hasEditionLayers()

will returns all edition layers, regarding ACL

2178 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()
667 QgisProject::getXmlLayer()
697 QgisProject::getXml()
729 QgisProject::getXmlLayer2()
1143 QgisProject::readUploadOptions()

No longer used by internal code and not recommended.

1261 QgisProject::readWebDavStorageOptions()

No longer used by internal code and not recommended.

1285 QgisProject::getValuesFromOptions()

No longer used by internal code and not recommended.

1312 QgisProject::getFieldConfiguration()

No longer used by internal code and not recommended.

1352 QgisProject::getFieldConfigurationOptions()

No longer used by internal code and not recommended.

1414 QgisProject::getEditType()

No longer used by internal code and not recommended.

1557 QgisProject::convertValueOptions()

No longer used by internal code and not recommended.

1585 QgisProject::getMarkup()

No longer used by internal code and not recommended.

1659 QgisProject::readFormControls()

No longer used by internal code and not recommended.

Repository.php

Line Element Reason
237 Repository::getData()

Search results