PHP Класс App\Modules\System\Controllers\Authorize

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

Защищенные свойства (Protected)

Свойство Тип Описание
$layout

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

Метод Описание
login ( ) : Response Display the login view.
logout ( ) : Response Handle a GET request to logout the current User.
postLogin ( ) : Response Handle a POST request to login the User.
postRemind ( ) : Response Handle a POST request to remind a User of their password.
postReset ( ) : Response Handle a POST request to reset a User's password.
remind ( ) : Response Display the password reminder view.
reset ( string $token ) : Response Display the password reset view for the given token.

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

login() публичный метод

Display the login view.
public login ( ) : Response
Результат Response

logout() публичный метод

Handle a GET request to logout the current User.
public logout ( ) : Response
Результат Response

postLogin() публичный метод

Handle a POST request to login the User.
public postLogin ( ) : Response
Результат Response

postRemind() публичный метод

Handle a POST request to remind a User of their password.
public postRemind ( ) : Response
Результат Response

postReset() публичный метод

Handle a POST request to reset a User's password.
public postReset ( ) : Response
Результат Response

remind() публичный метод

Display the password reminder view.
public remind ( ) : Response
Результат Response

reset() публичный метод

Display the password reset view for the given token.
public reset ( string $token ) : Response
$token string
Результат Response

Описание свойств

$layout защищенное свойство

protected $layout