PHP 인터페이스 CRUDlex\EntityDefinitionValidatorInterface

파일 보기 프로젝트 열기: philiplb/crudlex

공개 메소드들

메소드 설명
validate ( array $data ) : void Validates the given entity definition data which was parsed from the crud.yml.

메소드 상세

validate() 공개 메소드

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