1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
booleanvalidator.php
См. документацию.
1<?php
8
10
13
19{
20 public function validate($value, $primary, array $row, Field $field)
21 {
23 if (in_array($field->normalizeValue($value), $field->getValues(), true))
24 {
25 return true;
26 }
27
28 return $this->getErrorMessage($value, $field);
29 }
30}
getErrorMessage($value, ORM\Fields\Field $field, $errorPhrase=null, $additionalTemplates=null)
Определения validator.php:50
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
validate($value, $primary, array $row, Field $field)