1
0
mirror of synced 2025-03-02 02:43:20 +03:00
2006-09-26 15:00:13 +00:00

6 lines
87 B
PHP

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