1 | <?php |
||
21 | class TableValidatorCollection extends Requirement |
||
22 | { |
||
23 | /** |
||
24 | * @return TableValidatorCollection |
||
25 | * @author stev leibelt <[email protected]> |
||
26 | * @since 2012-08-12 |
||
27 | */ |
||
28 | public static function create() |
||
42 | } |