PHP 클래스 REBELinBLUE\Deployer\Repositories\EloquentServerRepository

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

공개 메소드들

메소드 설명
__construct ( Server $model ) EloquentServerRepository constructor.
create ( array $fields )
getAll ( )
queueForTesting ( $server_id )

메소드 상세

__construct() 공개 메소드

EloquentServerRepository constructor.
public __construct ( Server $model )
$model REBELinBLUE\Deployer\Server

create() 공개 메소드

public create ( array $fields )
$fields array

getAll() 공개 메소드

public getAll ( )

queueForTesting() 공개 메소드

public queueForTesting ( $server_id )