iPédiatre
 Tout Classes Fichiers Fonctions Variables
Variables
Référence du fichier module.php

Aller au code source de ce fichier.

Variables

 $Module
 
 $ViewList ['edit']
 
 $ViewList ['sort']
 
 $ViewList ['up']
 
 $ViewList ['down']
 
 $ViewList ['publish']
 
 $ViewList ['unpublish']
 
 $ViewList ['manager']
 
 $ViewList ['order']
 
 $ViewList ['contact']
 
 $ViewList ['logout']
 
 $ViewList ['login']
 
 $ViewList ['dashboard']
 
 $ViewList ['stats-folders']
 
 $ViewList ['stats-ages']
 
 $FunctionList = array( 'publish' => array(), 'email' => array(), 'login'=>array(), 'dashboard'=>array() )
 

Documentation des variables

$FunctionList = array( 'publish' => array(), 'email' => array(), 'login'=>array(), 'dashboard'=>array() )

Définition à la ligne 80 du fichier module.php.

$Module
Valeur initiale :
= array( 'name' => 'ip',
'variable_params' => false,
'ui_component_match' => 'view' )

Définition à la ligne 2 du fichier module.php.

$ViewList['edit']
Valeur initiale :
= array( 'functions' => array( 'publish' ),
'script' => 'edit.php',
'ui_context' => 'edit',
'params' => array( ) )

Définition à la ligne 6 du fichier module.php.

$ViewList['sort']
Valeur initiale :
= array( 'functions' => array( 'publish' ),
'script' => 'sort.php',
'ui_context' => 'edit',
'params' => array('user_id') )

Définition à la ligne 11 du fichier module.php.

$ViewList['up']
Valeur initiale :
= array( 'functions' => array( 'publish' ),
'script' => 'up.php',
'ui_context' => 'edit',
'params' => array('NodeID') )

Définition à la ligne 16 du fichier module.php.

$ViewList['down']
Valeur initiale :
= array( 'functions' => array( 'publish' ),
'script' => 'down.php',
'ui_context' => 'edit',
'params' => array('NodeID') )

Définition à la ligne 21 du fichier module.php.

$ViewList['publish']
Valeur initiale :
= array( 'functions' => array( 'publish' ),
'script' => 'publish.php',
'ui_context' => 'edit',
'params' => array('ObjectID','UserID') )

Définition à la ligne 26 du fichier module.php.

$ViewList['unpublish']
Valeur initiale :
= array( 'functions' => array( 'publish' ),
'script' => 'unpublish.php',
'ui_context' => 'edit',
'params' => array('ObjectID','UserID') )

Définition à la ligne 31 du fichier module.php.

$ViewList['manager']
Valeur initiale :
= array( 'functions' => array( 'publish' ),
'script' => 'manager.php',
'ui_context' => 'manager',
'ui_component' => 'selection',
'unordered_params' => array( 'article' => 'article' , 'filter' => 'filter' ),
'params' => array() )

Définition à la ligne 36 du fichier module.php.

$ViewList['order']
Valeur initiale :
= array( 'functions' => array( 'publish' ),
'script' => 'order.php',
'ui_context' => 'manager',
'ui_component' => 'order',
'params' => array() )

Définition à la ligne 43 du fichier module.php.

$ViewList['contact']
Valeur initiale :
= array( 'functions' => array( 'email' ),
'script' => 'contact.php',
'ui_context' => 'manager',
'params' => array() )

Définition à la ligne 49 du fichier module.php.

$ViewList['logout']
Valeur initiale :
= array( 'functions' => array( 'login' ),
'script' => 'logout.php',
'ui_context' => 'authentication',
'params' => array() )

Définition à la ligne 54 du fichier module.php.

$ViewList['login']
Valeur initiale :
= array( 'functions' => array( 'login' ),
'script' => 'login.php',
'ui_context' => 'authentication',
'params' => array('redirect') )

Définition à la ligne 59 du fichier module.php.

$ViewList['dashboard']
Valeur initiale :
= array( 'functions' => array( 'dashboard' ),
'script' => 'dashboard.php',
'ui_context' => 'edit',
'params' => array() )

Définition à la ligne 64 du fichier module.php.

$ViewList['stats-folders']
Valeur initiale :
= array( 'functions' => array( 'dashboard' ),
'script' => 'stats-folders.php',
'ui_context' => 'edit',
'params' => array('type') )

Définition à la ligne 69 du fichier module.php.

$ViewList['stats-ages']
Valeur initiale :
= array( 'functions' => array( 'dashboard' ),
'script' => 'stats-ages.php',
'ui_context' => 'edit',
'params' => array('type') )

Définition à la ligne 74 du fichier module.php.