1
0
mirror of synced 2025-01-18 22:41:43 +03:00
doctrine2/lib/Doctrine/Validator/Interface.class.php

6 lines
87 B
PHP
Raw Normal View History

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