PHP Class MetaActionLogin

Inheritance: extends MetaAction
Datei anzeigen Open project: sourcefabric/newscoop

Public Methods

Method Description
__construct ( array $p_input ) Reads the input parameters and sets up the login action.
takeAction ( CampContext &$p_context ) : boolean Performs the action; returns true on success, false on error.

Method Details

__construct() public method

Reads the input parameters and sets up the login action.
public __construct ( array $p_input )
$p_input array

takeAction() public method

Performs the action; returns true on success, false on error.
public takeAction ( CampContext &$p_context ) : boolean
$p_context CampContext - the current context object
return boolean