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

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

공개 메소드들

메소드 설명
create ( array $fields ) : Model
getAll ( ) : Illuminate\Database\Eloquent\Collection
updateById ( array $fields, integer $model_id ) : Model

메소드 상세

create() 공개 메소드

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

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