Jelix 1.7.18

assetsrevisionConfigCompilerPlugin
in package
implements ConfigCompilerPluginInterface

Tags
subpackage

core_config_plugin

author

Laurent Jouanneau

copyright

2022 Laurent Jouanneau

see
https://jelix.org
licence

GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html

Interfaces, Classes and Traits

ConfigCompilerPluginInterface
interface for plugins of jConfigCompiler.

Table of Contents

atEnd()  : mixed
called after processing module informations.
atStart()  : mixed
called before processing module informations.
getPriority()  : int
lower number is higher priority. Numbers lower than 50 are reserved.
onModule()  : mixed
called for each activated modules.

Methods

atEnd()

called after processing module informations.

public atEnd(mixed $config) : mixed
Parameters
$config : mixed

the configuration object

Return values
mixed

atStart()

called before processing module informations.

public atStart(mixed $config) : mixed
Parameters
$config : mixed

the configuration object

Return values
mixed

getPriority()

lower number is higher priority. Numbers lower than 50 are reserved.

public getPriority() : int
Return values
int

the level of priority

onModule()

called for each activated modules.

public onModule(mixed $config, mixed $moduleName, mixed $modulePath, mixed $xml) : mixed
Parameters
$config : mixed

the configuration object

$moduleName : mixed

the module name

$modulePath : mixed

the path to the module directory

$xml : mixed
Return values
mixed

Search results