1
0
mirror of synced 2025-01-05 16:53:21 +03:00
doctrine2/Doctrine/Validator/Interface.class.php
2006-05-30 08:56:40 +00:00

6 lines
89 B
PHP

<?php
interface Doctrine_Validator_Interface {
public function validate();
}
?>