oximodulevalidator.php

Go to the documentation of this file.
00001 <?php
00002 
00006 interface oxIModuleValidator
00007 {
00008 
00016     public function validate(oxModule $oModule);
00017 }