Class LoginModelLogin

Description

Login Model

  • since: 1.5

Located in /administrator/components/com_login/models/login.php (line 19)

JObject
   |
   --JModel
      |
      --LoginModelLogin
Method Summary
static object The getLoginModule ([string $name = 'mod_login'], [string $title = null])
static array _load ( $module, string $name)
void populateState ()
Variables
Methods
static method getLoginModule (line 62)

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

  • return: Module object
  • since: 11.1
  • access: public
static object The getLoginModule ([string $name = 'mod_login'], [string $title = null])
  • string $name: The name of the module
  • string $title: The title of the module, optional
static method _load (line 108)

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.

  • since: 11.1
  • access: protected
static array _load ( $module, string $name)
  • string $name: The name of the module
  • $module
populateState (line 28)

Method to auto-populate the model state.

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

  • since: 1.6
  • access: protected
void populateState ()

Redefinition of:
JModel::populateState()
Method to auto-populate the model state.

Inherited Methods

Inherited From JModel

JModel::__construct()
JModel::addIncludePath()
JModel::addTablePath()
JModel::cleanCache()
JModel::getDbo()
JModel::getInstance()
JModel::getName()
JModel::getState()
JModel::getTable()
JModel::populateState()
JModel::setDbo()
JModel::setState()
JModel::_createFileName()
JModel::_createTable()
JModel::_getList()
JModel::_getListCount()

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:56:27 -0500 by phpDocumentor 1.4.4