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