PHP Interface REBELinBLUE\Deployer\Contracts\Repositories\CommandRepositoryInterface

Afficher le fichier Open project: rebelinblue/deployer Interface Usage Examples

Méthodes publiques

Méthode Description
create ( array $fields ) : Model
deleteById ( integer $model_id ) : boolean
getForDeployStep ( integer $target_id, string $target, integer $step ) : Illuminate\Database\Eloquent\Collection
updateById ( array $fields, integer $model_id ) : Model

Method Details

create() public méthode

public create ( array $fields ) : Model
$fields array
Résultat Illuminate\Database\Eloquent\Model

deleteById() public méthode

public deleteById ( integer $model_id ) : boolean
$model_id integer
Résultat boolean

getForDeployStep() public méthode

public getForDeployStep ( integer $target_id, string $target, integer $step ) : Illuminate\Database\Eloquent\Collection
$target_id integer
$target string
$step integer
Résultat Illuminate\Database\Eloquent\Collection

updateById() public méthode

public updateById ( array $fields, integer $model_id ) : Model
$fields array
$model_id integer
Résultat Illuminate\Database\Eloquent\Model