PHP Interface REBELinBLUE\Deployer\Contracts\Repositories\UserRepositoryInterface

Afficher le fichier Open project: rebelinblue/deployer Interface Usage Examples

Méthodes publiques

Méthode Description
create ( array $fields ) : Model
deleteById ( integer $model_id ) : boolean
findByEmailToken ( string $token ) : Model | null
getAll ( ) : Illuminate\Database\Eloquent\Collection
updateById ( array $fields, integer $model_id ) : Model

Method Details

create() public méthode

public create ( array $fields ) : Model
$fields array
Résultat Illuminate\Database\Eloquent\Model

deleteById() public méthode

public deleteById ( integer $model_id ) : boolean
$model_id integer
Résultat boolean

findByEmailToken() public méthode

public findByEmailToken ( string $token ) : Model | null
$token string
Résultat Illuminate\Database\Eloquent\Model | null

getAll() public méthode

public getAll ( ) : Illuminate\Database\Eloquent\Collection
Résultat Illuminate\Database\Eloquent\Collection

updateById() public méthode

public updateById ( array $fields, integer $model_id ) : Model
$fields array
$model_id integer
Résultat Illuminate\Database\Eloquent\Model