jICoordPlugin

Extends

interface that should implement all coordinator plugins

package

jelix

subpackage

core

Methods

__construct

__construct(array $config) 

Arguments

$config

array

content of the config ini file of the plugin

this method is called after the output.

afterProcess() 

this method is called before each action

beforeAction(array $params) : null

Arguments

$params

array

plugin parameters for the current action

Response

null

or jSelectorAct if action should change

this method is called after the execution of the action, and before the output of the response

beforeOutput()