Jelix 1.7.18

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()  :
getConfigIni()  :
getConfigObj()  :
getCoordPluginConfig()  :
getEpId()  :
getFileName()  :
getModulesList()  :
getScriptName()  :
getSingleConfigIni()  :
getType()  :
getUrlMap()  : XmlEntryPoint
isCliScript()  :

Properties

Methods

__call()

public __call(mixed $functionName, mixed $arguments) : mixed
Parameters
$functionName : mixed
$arguments : mixed
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
Return values
mixed

getCoordPluginConfig()

public getCoordPluginConfig(mixed $pluginName) :
Parameters
$pluginName : mixed
Return values

Search results