1
0
mirror of synced 2025-02-17 20:53:18 +03:00
2006-12-29 14:01:31 +00:00

5 lines
85 B
PHP

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