PHP Interface CRUDlex\EntityDefinitionValidatorInterface

Show file Open project: philiplb/crudlex

Public Methods

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

Method Details

validate() public method

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