[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/administrator/components/com_login/models/ -> login.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
License: GNU General Public License, see LICENSE.php
File Size: 160 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

LoginModelLogin:: (3 methods):
  populateState()
  getLoginModule()
  _load()


Class: LoginModelLogin  - X-Ref

Login Model

populateState()   X-Ref
Method to auto-populate the model state.

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


getLoginModule($name = 'mod_login', $title = null)   X-Ref
Get the administrator login module by name (real, eg 'login' or folder, eg 'mod_login')

param: string  $name   The name of the module
param: string  $title  The title of the module, optional
return: object  The Module object

_load($module)   X-Ref
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: string  $name   The name of the module
return: array



Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1