PHP 인터페이스 REBELinBLUE\Deployer\Contracts\Repositories\UserRepositoryInterface

파일 보기 프로젝트 열기: rebelinblue/deployer 0 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

create() 공개 메소드

public create ( array $fields ) : Model
$fields array
리턴 Illuminate\Database\Eloquent\Model

deleteById() 공개 메소드

public deleteById ( integer $model_id ) : boolean
$model_id integer
리턴 boolean

findByEmailToken() 공개 메소드

public findByEmailToken ( string $token ) : Model | null
$token string
리턴 Illuminate\Database\Eloquent\Model | null

getAll() 공개 메소드

public getAll ( ) : Illuminate\Database\Eloquent\Collection
리턴 Illuminate\Database\Eloquent\Collection

updateById() 공개 메소드

public updateById ( array $fields, integer $model_id ) : Model
$fields array
$model_id integer
리턴 Illuminate\Database\Eloquent\Model