PHP Класс MetaActionLogin

Наследование: extends MetaAction
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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

takeAction() публичный Метод

Performs the action; returns true on success, false on error.
public takeAction ( CampContext &$p_context ) : boolean
$p_context CampContext - the current context object
Результат boolean