jInstallerApplication

Application configuration reader and manager

package

jelix

subpackage

installer

since 1.3

Methods

__construct

__construct(string $projectFile = '') 

Arguments

$projectFile

string

the filename of the XML project file

getEntryPointInfo

getEntryPointInfo( $name) 

Arguments

$name

getEntryPointsList

getEntryPointsList() 

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

loadProjectXml() 

Properties

the content of the project.xml file, loaded by loadProjectXml

projectXml : \DOMDocument
var

the content of the project.xml file, loaded by loadProjectXml

Type(s)

\DOMDocument

the project xml filename

projectXmlFilename : string
var

the project xml filename

Type(s)

string

list of entry point (jInstallerEntryPoint)

entryPointList : array
var

list of entry point (jInstallerEntryPoint)

Type(s)

array

the application name

appName : string
var

the application name

Type(s)

string