OXID eShop CE
4.9.6
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
oxmodulevalidatorfactory.php
Go to the documentation of this file.
1
<?php
2
9
class
oxModuleValidatorFactory
10
{
11
18
public
function
getModuleMetadataValidator
()
19
{
20
$oModuleValidator =
oxNew
(
'oxModuleMetadataValidator'
);
21
22
return
$oModuleValidator;
23
}
24
31
public
function
getModuleFilesValidator
()
32
{
33
$oModuleValidator =
oxNew
(
'oxModuleFilesValidator'
);
34
35
return
$oModuleValidator;
36
}
37
}
core
oxmodulevalidatorfactory.php
Generated by
1.8.1.2