Documentation

Login
in package
Uses SerializesModels

Table of Contents

$remember  : bool
Indicates if the user should be "remembered".
$user  : Authenticatable
The authenticated user.
__construct()  : void
Create a new event instance.
__sleep()  : array<string|int, mixed>
Prepare the instance for serialization.
__wakeup()  : void
Restore the model after serialization.
getPropertyValue()  : mixed
Get the property value for the given property.

Properties

$remember

Indicates if the user should be "remembered".

public bool $remember

Methods

__construct()

Create a new event instance.

public __construct(Authenticatable $user, bool $remember) : void
Parameters
$user : Authenticatable
$remember : bool
Return values
void

__sleep()

Prepare the instance for serialization.

public __sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>

__wakeup()

Restore the model after serialization.

public __wakeup() : void
Return values
void

getPropertyValue()

Get the property value for the given property.

protected getPropertyValue(ReflectionProperty $property) : mixed
Parameters
$property : ReflectionProperty
Return values
mixed

Search results