PHP Class REBELinBLUE\Deployer\Repositories\EloquentCommandRepository

Inheritance: extends EloquentRepository, implements REBELinBLUE\Deployer\Contracts\Repositories\CommandRepositoryInterface
Afficher le fichier Open project: rebelinblue/deployer

Méthodes publiques

Méthode Description
__construct ( Command $model ) EloquentCommandRepository constructor.
create ( array $fields )
getForDeployStep ( $target_id, $target, $step )
updateById ( array $fields, $model_id )

Method Details

__construct() public méthode

EloquentCommandRepository constructor.
public __construct ( Command $model )
$model REBELinBLUE\Deployer\Command

create() public méthode

public create ( array $fields )
$fields array

getForDeployStep() public méthode

public getForDeployStep ( $target_id, $target, $step )

updateById() public méthode

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