PHP Interface CRUDlex\EntityDefinitionValidatorInterface

Afficher le fichier Open project: philiplb/crudlex

Méthodes publiques

Méthode Description
validate ( array $data ) : void Validates the given entity definition data which was parsed from the crud.yml.

Method Details

validate() public méthode

Validates the given entity definition data which was parsed from the crud.yml.
public validate ( array $data ) : void
$data array the data to validate
Résultat void