Jelix 1.6.40

jICoordPlugin
in

interface that should implement all coordinator plugins

Tags
subpackage

core

Table of Contents

__construct()  : mixed
afterProcess()  : mixed
this method is called after the output.
beforeAction()  : null
this method is called before each action
beforeOutput()  : mixed
this method is called after the execution of the action, and before the output of the response

Methods

__construct()

public __construct(array<string|int, mixed> $config) : mixed
Parameters
$config : array<string|int, mixed>

content of the config ini file of the plugin

Return values
mixed —

afterProcess()

this method is called after the output.

public afterProcess() : mixed
Return values
mixed —

beforeAction()

this method is called before each action

public beforeAction(array<string|int, mixed> $params) : null
Parameters
$params : array<string|int, mixed>

plugin parameters for the current action

Return values
null —

or jSelectorAct if action should change

beforeOutput()

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

public beforeOutput() : mixed
Return values
mixed —

Search results