PHP 클래스 REBELinBLUE\Deployer\Repositories\EloquentProjectRepository

상속: extends EloquentRepository, implements REBELinBLUE\Deployer\Repositories\Contracts\ProjectRepositoryInterface, use trait Illuminate\Foundation\Bus\DispatchesJobs
파일 보기 프로젝트 열기: rebelinblue/deployer

공개 메소드들

메소드 설명
__construct ( Project $model ) EloquentProjectRepository constructor.
create ( array $fields )
getAll ( )
getByHash ( $hash )
updateById ( array $fields, $model_id )

메소드 상세

__construct() 공개 메소드

EloquentProjectRepository constructor.
public __construct ( Project $model )
$model REBELinBLUE\Deployer\Project

create() 공개 메소드

public create ( array $fields )
$fields array

getAll() 공개 메소드

public getAll ( )

getByHash() 공개 메소드

public getByHash ( $hash )

updateById() 공개 메소드

public updateById ( array $fields, $model_id )
$fields array