Property | Type | Description | |
---|---|---|---|
$deployCommander | |||
$project | |||
$validator |
Method | Description | |
---|---|---|
__construct ( App\Services\Validation\ValidableInterface $validator, App\Repositories\Project\ProjectInterface $project, App\Services\Deployment\DeployCommanderInterface $deployCommander ) : void | Create a new form service instance. | |
errors ( ) : array | Return validation errors. | |
save ( array $input ) : boolean | Create a new deployment. |
Method | Description | |
---|---|---|
valid ( array $input ) : boolean | Test whether form validator passes. |
public __construct ( App\Services\Validation\ValidableInterface $validator, App\Repositories\Project\ProjectInterface $project, App\Services\Deployment\DeployCommanderInterface $deployCommander ) : void | ||
$validator | App\Services\Validation\ValidableInterface | |
$project | App\Repositories\Project\ProjectInterface | |
$deployCommander | App\Services\Deployment\DeployCommanderInterface | |
return | void |