Inheritance diagram for FF_Action_AdminLogin:

Public Member Functions | |
| FF_Action_AdminLogin (&$in_model) | |
| run () | |
| getProblemMessage () | |
| setProblemActionId () | |
| setSuccessActionId () | |
| checkPerms () | |
Definition at line 43 of file AdminLogin.php.
|
|
Set variables on class initialization.
Definition at line 54 of file AdminLogin.php. References FF_Action::FF_Action(). |
|
|
Check the permissions on this action. public
Definition at line 151 of file AdminLogin.php. |
|
|
Gets the message for when deleting the data fails public
Definition at line 107 of file AdminLogin.php. |
|
|
Loads the current user's id from the database public
Reimplemented from FF_Action. Definition at line 70 of file AdminLogin.php. References FF_Request::getParam(), FF_Auth::setAuth(), FF_Request::setParam(), setProblemActionId(), and setSuccessActionId(). |
|
|
Sets the actionId to invoke when an error occurs. public
Definition at line 121 of file AdminLogin.php. Referenced by run(). |
|
|
Sets the actionId to invoke when a successful loading of the user id occurs public
Definition at line 135 of file AdminLogin.php. Referenced by run(). |
1.4.4