Jelix 1.6.40

AuthCoordPlugin
in package
implements jICoordPlugin

Tags
subpackage

coord_plugin

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()  : 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
setReturnUrl()  : mixed
_getIpForSecure()  : string
Getting IP informations of the user

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

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

Tags
throws
jException
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

setReturnUrl()

protected setReturnUrl() : mixed
Return values
mixed

_getIpForSecure()

Getting IP informations of the user

private _getIpForSecure() : string
Tags
access

private

Return values
string

Search results