jAcl2CoordPlugin
in package
implements
jICoordPlugin
Tags
Interfaces, Classes and Traits
- jICoordPlugin
- interface that should implement all coordinator plugins.
Table of Contents
- $config : mixed
- __construct() : mixed
- afterProcess() : mixed
- this method is called after the output.
- beforeAction() : mixed
- 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.
Properties
$config
public
mixed
$config
Tags
Methods
__construct()
public
__construct(mixed $conf) : mixed
Parameters
- $conf : mixed
Tags
Return values
mixed —afterProcess()
this method is called after the output.
public
afterProcess() : mixed
Tags
Return values
mixed —beforeAction()
this method is called before each action.
public
beforeAction(array<string|int, mixed> $params) : mixed
Parameters
- $params : array<string|int, mixed>
-
plugin parameters for the current action
Tags
Return values
mixed —beforeOutput()
this method is called after the execution of the action, and before the output of the response.
public
beforeOutput() : mixed