1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/Doctrine/Validator/Interface.class.php

6 lines
89 B
PHP
Raw Normal View History

2006-05-30 12:56:40 +04:00
<?php
interface Doctrine_Validator_Interface {
public function validate();
}
?>