PHP Class App\Http\Controllers\UserWebController

Inheritance: extends Controller, use trait Litepie\User\Traits\Auth\UserManager
Afficher le fichier Open project: lavalite/cms Class Usage Examples

Protected Properties

Свойство Type Description
$guard string The authentication guard that should be used.
$home string The home page route of user.

Méthodes publiques

Méthode Description
__construct ( )

Method Details

__construct() public méthode

public __construct ( )

Property Details

$guard protected_oe property

The authentication guard that should be used.
protected string $guard
Résultat string

$home protected_oe property

The home page route of user.
protected string $home
Résultat string