Interface jICoordPlugin

Description

interface that should implement all coordinator plugins

Located in /core/jICoordPlugin.iface.php (line 17)


	
			
Method Summary
jICoordPlugin __construct (array $config)
void afterProcess ()
null beforeAction (array $params)
void beforeOutput ()
Methods
Constructor __construct (line 22)
  • access: public
jICoordPlugin __construct (array $config)
  • array $config: content of the config ini file of the plugin
afterProcess (line 39)

this method is called after the output.

  • access: public
void afterProcess ()
beforeAction (line 29)

this method is called before each action

  • return: or jSelectorAct if action should change
  • access: public
null beforeAction (array $params)
  • array $params: plugin parameters for the current action
beforeOutput (line 34)

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

  • access: public
void beforeOutput ()

Documentation generated on Wed, 24 Sep 2014 21:59:54 +0200 by phpDocumentor 1.4.3