Interface.class.php 85 Bytes
Newer Older
doctrine's avatar
doctrine committed
1 2 3 4
<?php
interface Doctrine_Validator_Interface {
    public function validate();
}