Application configuration reader and manager
| package |
jelix |
|---|---|
| subpackage |
installer |
| since | 1.3 |
__construct(string $projectFile = '')
stringthe filename of the XML project file
getEntryPointInfo( $name)
getEntryPointsList()
loadProjectXml()
projectXml : \DOMDocument
| var |
the content of the project.xml file, loaded by loadProjectXml |
|---|
\DOMDocument
projectXmlFilename : string
| var |
the project xml filename |
|---|
string
entryPointList : array
| var |
list of entry point (jInstallerEntryPoint) |
|---|
array
appName : string
| var |
the application name |
|---|
string