\userGroups

Summary

Methods
Properties
Constants
__construct()
prepareData()
render()
getType()
listRecords()
$section
$moduleName
$subModuleName
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$moduleKey
$moduleType
$action
N/A

Properties

$section

$section : 

Type

$moduleName

$moduleName : 

Type

$subModuleName

$subModuleName : 

Type

$moduleKey

$moduleKey : 

Type

$moduleType

$moduleType : 

Type

$action

$action : 

Type

Methods

__construct()

__construct() 

prepareData()

prepareData() : mixed

Launches the data processing step of all modules, executing their own prepareData() function

Returns

mixed

render()

render(  $mainTemplate) : mixed

Launches the rendering step of all modules, executing their own render() function

Parameters

$mainTemplate

Returns

mixed

getType()

getType() : string

must return one or several plugin types separated by comas current possible values are "backend, frontend, authentification"

Returns

string —

coma separated list of current module execution context types

listRecords()

listRecords(  $sqlConditions = '',   $dateConditions = '',   $deletedCondition = ' AND deleted=0') 

Parameters

$sqlConditions
$dateConditions
$deletedCondition