PHP Class Mage2\User\Controllers\LoginController

Inheritance: extends Mage2\Framework\System\Controllers\Controller, use trait Illuminate\Foundation\Auth\AuthenticatesUsers
Afficher le fichier Open project: mage2/laravel-ecommerce

Protected Properties

Свойство Type Description
$redirectTo string Where to redirect users after login / registration.

Méthodes publiques

Méthode Description
__construct ( ) : void Create a new controller instance.
showLoginForm ( ) : Illuminate\Http\Response Show the application's login form.

Méthodes protégées

Méthode Description
guard ( )

Method Details

__construct() public méthode

Create a new controller instance.
public __construct ( ) : void
Résultat void

guard() protected méthode

protected guard ( )

showLoginForm() public méthode

Show the application's login form.
public showLoginForm ( ) : Illuminate\Http\Response
Résultat Illuminate\Http\Response

Property Details

$redirectTo protected_oe property

Where to redirect users after login / registration.
protected string $redirectTo
Résultat string