Метод | Описание | |
---|---|---|
create ( array $fields ) : |
||
deleteById ( integer $model_id ) : boolean | ||
findByEmailToken ( string $token ) : |
||
getAll ( ) : Illuminate\Database\Eloquent\Collection | ||
updateById ( array $fields, integer $model_id ) : |
public deleteById ( integer $model_id ) : boolean | ||
$model_id | integer | |
Результат | boolean |
public findByEmailToken ( string $token ) : |
||
$token | string | |
Результат |
public getAll ( ) : Illuminate\Database\Eloquent\Collection | ||
Результат | Illuminate\Database\Eloquent\Collection |
public updateById ( array $fields, integer $model_id ) : |
||
$fields | array | |
$model_id | integer | |
Результат |