OXID eShop CE  4.9.7
 All Classes Files Functions Variables Pages
oxmodulemetadatavalidator.php
Go to the documentation of this file.
1 <?php
2 
11 {
12 
22  public function validate(oxModule $oModule)
23  {
24  $sMetadataPath = $oModule->getMetadataPath();
25 
26  return file_exists($sMetadataPath);
27  }
28 }