Свойство | Type | Description | |
---|---|---|---|
$server | |||
$validator |
Méthode | Description | |
---|---|---|
__construct ( App\Services\Validation\ValidableInterface $validator, App\Repositories\Server\ServerInterface $server ) : void | Create a new form service instance. | |
errors ( ) : array | Return validation errors. | |
save ( array $input ) : boolean | Create a new server. | |
update ( array $input ) : boolean | Update an existing server. |
Méthode | Description | |
---|---|---|
valid ( array $input ) : boolean | Test whether form validator passes. |
public __construct ( App\Services\Validation\ValidableInterface $validator, App\Repositories\Server\ServerInterface $server ) : void | ||
$validator | App\Services\Validation\ValidableInterface | |
$server | App\Repositories\Server\ServerInterface | |
Résultat | void |