Documentation

UserTemporaryResolver extends Model
in package

UserTemp Model Inherits from the Model class of Laravel

Tags
author

Guillaume ARNOUX

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

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
Return values

Search results