Jelix 1.6.40

jInstallerApplication
in package

Application configuration reader and manager

Tags
subpackage

installer

since
1.3

Table of Contents

$appName  : string
$entryPointList  : array<string|int, jInstallerEntryPoint>
$localFrameworkConfig  : array<string|int, mixed>
$projectXml  : DOMDocument
$projectXmlFilename  : string
__construct()  : mixed
getEntryPointInfo()  : mixed
getEntryPointsList()  : mixed
fillEntryPointsListFromIni()  : mixed
fillEntryPointsListFromXml()  : mixed
loadFrameworkConfig()  : mixed
loadProjectXml()  : mixed
load the content of the project.xml file, and store the corresponding DOM into the $projectXml property

Properties

$localFrameworkConfig

protected array<string|int, mixed> $localFrameworkConfig = array()

list of entrypoints declared into localframework.ini.php

Methods

__construct()

public __construct([string $projectFile = '' ]) : mixed
Parameters
$projectFile : string = ''

the filename of the XML project file

Return values
mixed

getEntryPointInfo()

public getEntryPointInfo(mixed $name) : mixed
Parameters
$name : mixed
Return values
mixed

loadProjectXml()

load the content of the project.xml file, and store the corresponding DOM into the $projectXml property

protected loadProjectXml() : mixed
Return values
mixed

Search results