Jelix 1.7.18

historyCoordPlugin
in package
implements jICoordPlugin

Tags
subpackage

coord_plugin

author

Lepeltier Kévin

contributor

Dominique Papin, Laurent Jouanneau, Steven Jehannet

copyright

2008 Lepeltier Kévin, 2008 Dominique Papin, 2008 Laurent Jouanneau, 2010 Steven Jehannet

The plugin History is a plugin coord, it records the action / settings made during a session and allows for reuse.

licence

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

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.
back()  : mixed
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.
change()  : mixed
isLast()  : mixed
reload()  : mixed
time()  : mixed

Properties

Methods

__construct()

public __construct(mixed $conf) : mixed
Parameters
$conf : mixed
Return values
mixed

afterProcess()

this method is called after the output.

public afterProcess() : mixed
Return values
mixed

back()

public back(mixed $rep) : mixed
Parameters
$rep : mixed
Return values
mixed

beforeAction()

this method is called before each action.

public beforeAction(mixed $params) : mixed
Parameters
$params : mixed

plugin parameters for the current action

Return values
mixed

beforeOutput()

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

public beforeOutput() : mixed
Return values
mixed

change()

public change(mixed $key, mixed $val) : mixed
Parameters
$key : mixed
$val : mixed
Return values
mixed

isLast()

public isLast(mixed $action[, mixed $params = null ]) : mixed
Parameters
$action : mixed
$params : mixed = null
Return values
mixed

reload()

public reload(mixed $rep) : mixed
Parameters
$rep : mixed
Return values
mixed

Search results