PHP Interface Stevemo\Cpanel\Group\Form\GroupFormInterface

Afficher le fichier Open project: stevemo/cpanel Interface Usage Examples

Méthodes publiques

Méthode Description
create ( array $data ) : Bool Create a new Group
getErrors ( ) : Illuminate\Support\MessageBag Get the validator error
update ( array $data ) : Bool Update a group

Method Details

create() public méthode

Create a new Group
Author: Steve Montambeault
public create ( array $data ) : Bool
$data array
Résultat Bool

getErrors() public méthode

Get the validator error
Author: Steve Montambeault
public getErrors ( ) : Illuminate\Support\MessageBag
Résultat Illuminate\Support\MessageBag

update() public méthode

Update a group
Author: Steve Montambeault
public update ( array $data ) : Bool
$data array
Résultat Bool