OXID eShop CE
4.9.6
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
oxmodulemetadatavalidator.php
Go to the documentation of this file.
1
<?php
2
10
class
oxModuleMetadataValidator
implements
oxIModuleValidator
11
{
12
22
public
function
validate
(
oxModule
$oModule)
23
{
24
$sMetadataPath = $oModule->
getMetadataPath
();
25
26
return
file_exists($sMetadataPath);
27
}
28
}
core
oxmodulemetadatavalidator.php
Generated by
1.8.1.2