1
0
mirror of synced 2025-01-07 17:47:10 +03:00
doctrine2/Doctrine/Validator/Interface.class.php

6 lines
87 B
PHP

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