[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/administrator/components/com_login/ -> controller.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: 96 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

LoginController:: (3 methods):
  display()
  login()
  logout()


Class: LoginController  - X-Ref

Login Controller

display($cachable = false, $urlparams = false)   X-Ref
Typical view method for MVC based architecture

This function is provide as a default implementation, in most cases
you will need to override it in your own controllers.

param: boolean            If true, the view output will be cached
param: array            An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}.
return: JController        This object to support chaining.

login()   X-Ref
Method to log in a user.

return: void

logout()   X-Ref
Method to log out a user.

return: void



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