localesConfigCompilerPlugin

Implements \jelix\core\ConfigCompilerPluginInterface

package

jelix

subpackage

core_config_plugin

author

Laurent Jouanneau

copyright

2012 Laurent Jouanneau

link

http://jelix.org

licence

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

Methods

called after processing module informations

atEnd(object $config) 

Arguments

$config

object

the configuration object

called before processing module informations

atStart(object $config) 

Arguments

$config

object

the configuration object

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

getPriority() : integer

Response

integer

the level of priority

called for each activated modules

onModule(object $config, string $moduleName, string $modulePath,  $xml) 

Arguments

$config

object

the configuration object

$moduleName

string

the module name

$modulePath

string

the path to the module directory

$xml