Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe LoginModelLogin
+ Graphe d'héritage de LoginModelLogin:
+ Graphe de collaboration de LoginModelLogin:

Liste de tous les membres

Fonctions membres publiques statiques

static getLoginModule ($name= 'mod_login', $title=null)
- Fonctions membres publiques statiques inherited from JModelLegacy
static addIncludePath ($path= '', $prefix= '')
- Fonctions membres publiques statiques inherited from JModel
static addTablePath ($path)
static getInstance ($type, $prefix= '', $config=array())

Fonctions membres protégées

 populateState ()

Fonctions membres protégées statiques

static _load ($module)

Documentation des fonctions membres

static LoginModelLogin::_load (   $module)
staticprotected

Load login modules.

Note that we load regardless of state or access level since access for public is the only thing that makes sense since users are not logged in and the module lets them log in. This is put in as a failsafe to avoid super user lock out caused by an unpublished login module or by a module set to have a viewing access level that is not Public.

Paramètres:
string$nameThe name of the module
Renvoie:
array
Depuis:
11.1

Références $app, $cacheid, $clientId, $db, $lang, $loginmodule, $modules, $query, JFactory\getApplication(), JFactory\getCache(), JFactory\getDbo(), JFactory\getLanguage(), JError\raiseWarning(), et JText\sprintf().

Référencé par getLoginModule().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :

static LoginModelLogin::getLoginModule (   $name = 'mod_login',
  $title = null 
)
static

Get the administrator login module by name (real, eg 'login' or folder, eg 'mod_login')

Paramètres:
string$nameThe name of the module
string$titleThe title of the module, optional
Renvoie:
object The Module object
Depuis:
11.1

Références $i, $modules, $name, $title, $total, _load(), null, et title.

+ Voici le graphe d'appel pour cette fonction :

LoginModelLogin::populateState ( )
protected

Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

Depuis:
1.6

Réimplémentée à partir de JModel.

Références $return, JRequest\getVar(), JURI\isInternal(), et JREQUEST_ALLOWRAW.

+ Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :