FF_Action_AdminLogin Class Reference

Inheritance diagram for FF_Action_AdminLogin:

FF_Action List of all members.

Public Member Functions

 FF_Action_AdminLogin (&$in_model)
 run ()
 getProblemMessage ()
 setProblemActionId ()
 setSuccessActionId ()
 checkPerms ()

Detailed Description

Definition at line 43 of file AdminLogin.php.


Constructor & Destructor Documentation

FF_Action_AdminLogin::FF_Action_AdminLogin &$  in_model  ) 
 

Set variables on class initialization.

Parameters:
object $in_model The model object
public
Returns:
void

Definition at line 54 of file AdminLogin.php.

References FF_Action::FF_Action().


Member Function Documentation

FF_Action_AdminLogin::checkPerms  ) 
 

Check the permissions on this action.

public

Returns:
bool True if everything is ok, false if a new action has been set

Definition at line 151 of file AdminLogin.php.

FF_Action_AdminLogin::getProblemMessage  ) 
 

Gets the message for when deleting the data fails

public

Returns:
string The message

Definition at line 107 of file AdminLogin.php.

FF_Action_AdminLogin::run  ) 
 

Loads the current user's id from the database

public

Returns:
object The next action object

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().

FF_Action_AdminLogin::setProblemActionId  ) 
 

Sets the actionId to invoke when an error occurs.

public

Returns:
void

Definition at line 121 of file AdminLogin.php.

Referenced by run().

FF_Action_AdminLogin::setSuccessActionId  ) 
 

Sets the actionId to invoke when a successful loading of the user id occurs

public

Returns:
void

Definition at line 135 of file AdminLogin.php.

Referenced by run().


The documentation for this class was generated from the following file:
Generated on Fri Jun 23 11:38:19 2006 for FastFrame by  doxygen 1.4.4