Jelix 1.8.11-rc.2

EntryPointConfigurator extends EntryPointPreConfigurator
in package

entry points properties for configurators.

Tags
since
1.7

Table of Contents

$entryPoint  : EntryPoint
$globalSetup  : GlobalSetup
$readOnlyConfig  : mixed
__call()  : mixed
__construct()  : mixed
declareWebAssets()  : mixed
Declare web assets into the entry point config.
getConfigFileName()  : string
getConfigIni()  : IniModifierArray
getConfigObj()  : object
getCoordPluginConfig()  : null|array<string|int, mixed>
getEpId()  : string
getFileName()  : string
getModulesList()  : array<string|int, string>
getScriptName()  : string
getSingleConfigIni()  : IniModifier|IniModifierReadOnly
getType()  : string
getUrlMap()  : XmlEntryPoint
isCliScript()  : bool

Properties

Methods

__call()

public __call(mixed $functionName, mixed $arguments) : mixed
Parameters
$functionName : mixed
$arguments : mixed
Tags
Return values
mixed

declareWebAssets()

Declare web assets into the entry point config.

public declareWebAssets(string $name, array<string|int, mixed> $values, string $collection, bool $force) : mixed
Parameters
$name : string

the name of webassets

$values : array<string|int, mixed>

should be an array with one or more of these keys 'css' (array), 'js' (array), 'require' (string)

$collection : string

the name of the webassets collection

$force : bool
Tags
Return values
mixed

getCoordPluginConfig()

public getCoordPluginConfig(mixed $pluginName) : null|array<string|int, mixed>
Parameters
$pluginName : mixed
Return values
null|array<string|int, mixed>

getModulesList()

public getModulesList() : array<string|int, string>
Return values
array<string|int, string>

getSingleConfigIni()

public getSingleConfigIni() : IniModifier|IniModifierReadOnly
Return values
IniModifier|IniModifierReadOnly

Search results