Jelix 1.7.18

FrameworkInfos
in package

Table of Contents

$defaultEntryPoint  : string
$entrypoints  : array<string|int, EntryPoint>
$iniFile  : IniModifier
$iniLocalFile  : IniModifier
$localEntrypoints  : array<string|int, EntryPoint>
__construct()  : mixed
FrameworkInfos constructor.
addEntryPointInfo()  : mixed
addLocalEntryPointInfo()  : mixed
getDefaultEntryPointInfo()  : null|EntryPoint
getEntryPointInfo()  : null|EntryPoint
getEntryPoints()  : array<string|int, EntryPoint>
load()  : FrameworkInfos
create a new FrameworkInfos object.
removeEntryPointInfo()  : mixed
save()  : mixed
readIniFile()  : mixed
updateFrameworkIniSection()  : void
updateIni()  : mixed

Properties

Methods

__construct()

FrameworkInfos constructor.

public __construct(string $frameworkFile[, mixed $localFrameworkFile = '' ]) : mixed
Parameters
$frameworkFile : string

the path to the localframework.ini.php file

$localFrameworkFile : mixed = ''
Return values
mixed

addEntryPointInfo()

public addEntryPointInfo(mixed $fileName, mixed $configFileName[, mixed $type = 'classic' ]) : mixed
Parameters
$fileName : mixed
$configFileName : mixed
$type : mixed = 'classic'
Return values
mixed

addLocalEntryPointInfo()

public addLocalEntryPointInfo(mixed $fileName, mixed $configFileName[, mixed $type = 'classic' ]) : mixed
Parameters
$fileName : mixed
$configFileName : mixed
$type : mixed = 'classic'
Return values
mixed

removeEntryPointInfo()

public removeEntryPointInfo(mixed $fileName) : mixed
Parameters
$fileName : mixed
Return values
mixed

readIniFile()

protected readIniFile(IniModifier $iniFile[, mixed $isLocal = false ]) : mixed
Parameters
$iniFile : IniModifier
$isLocal : mixed = false
Return values
mixed

updateFrameworkIniSection()

protected updateFrameworkIniSection(IniModifier $ini, EntryPoint $ep) : void
Parameters
$ini : IniModifier
$ep : EntryPoint
Return values
void

updateIni()

protected updateIni() : mixed
Return values
mixed

Search results