コード例 #1
0
ファイル: RuleCore.php プロジェクト: biniweb/form
 /**
  * @param ElementInterface $elementInstance
  *
  * @return string
  */
 public function renderErrorMessage(ElementInterface $elementInstance)
 {
     $parsedFieldPlaceholders = $elementInstance->parseFieldPlaceholders($this->getErrorMessage());
     return $this->_parseConditionPlaceholders($parsedFieldPlaceholders);
 }