Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Xentral\Modules\SystemTemplates\Validator;
|
||||
|
||||
interface SystemTemplateValidatorInterface
|
||||
{
|
||||
/** @param string|null $methodName */
|
||||
public function isValid($methodName = null);
|
||||
|
||||
public function getErrors();
|
||||
|
||||
public function setData($data);
|
||||
|
||||
public function validateDefault();
|
||||
|
||||
public function setMandatoryFieldName($fieldName);
|
||||
|
||||
public function addError($error);
|
||||
|
||||
public function getData();
|
||||
|
||||
public function applyRules($ruleMethod = null);
|
||||
}
|
||||
Reference in New Issue
Block a user