UserTemporaryResolver
extends Model
in package
UserTemp Model Inherits from the Model class of Laravel
Tags
Table of Contents
- $email : string
- $incrementing : mixed
- $list_id : int
- $timestamps : mixed
- $guarded : mixed
- $primaryKey : mixed
- $table : mixed
- find() :
- liste() : BelongsTo
- Get the associated list of a tmp resolver
- where() :
- whereEmail() :
Properties
public
string
$email
$incrementing
public
mixed
$incrementing
= false
$list_id
public
int
$list_id
$timestamps
public
mixed
$timestamps
= false
$guarded
protected
mixed
$guarded
= []
$primaryKey
protected
mixed
$primaryKey
= 'list_id'
$table
protected
mixed
$table
= 'temporary_waiting_users'
Methods
find()
public
static find(int $list_id) :
Eloquent method
Parameters
- $list_id : int
Return values
—liste()
Get the associated list of a tmp resolver
public
liste() : BelongsTo
Return values
BelongsTo —liste belongsTo relation
where()
public
static where(string $string, string $string1, string $string2) :
Eloquent method
Parameters
- $string : string
- $string1 : string
- $string2 : string
Return values
—whereEmail()
public
static whereEmail(string $email) :
Eloquent method
Parameters
- $email : string