6 lines
87 B
PHP
6 lines
87 B
PHP
<?php
|
|
interface Doctrine_Validator_Interface {
|
|
public function validate();
|
|
}
|
|
|