示例#1
0
 protected function parseVars($vars)
 {
     return parent::parseVars(array_merge(array('DOM_ID' => $this->getInputId(), 'INPUT_NAME' => $this->getInputName(), 'STYLE' => $this->buildDomStyles(), 'CLASS' => $this->buildDomClass(), 'CLASSES' => $this->getDomClass(), 'SELECTORS' => $this->buildSelectors(), 'VALUE' => htmlspecialchars($this->dataValue, ENT_COMPAT, 'UTF-8'), 'MESSAGE' => $this->buildValidatorMessage(), 'VALIDOR_ICON' => $this->buildValidatorIcon(), 'JSON_REL' => htmlspecialchars($this->jsonArgs(), ENT_COMPAT, 'UTF-8')), $vars));
 }