1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
errorhandling.php
См. документацию.
1<?php
2
3namespace Bitrix\Bizproc\Activity\Mixins;
4
5use Bitrix\Main\ErrorCollection;
6
8{
9 protected static $errors;
10
11 public static function getErrors(): array
12 {
13 return self::$errors->toArray();
14 }
15
16 public static function hasErrors(): bool
17 {
18 if (self::$errors instanceof ErrorCollection)
19 {
20 return !self::$errors->isEmpty();
21 }
22
23 return false;
24 }
25}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$errors
Определения iblock_catalog_edit.php:74
trait ErrorHandling
Определения errorhandling.php:8
getErrors()
Определения errorableimplementation.php:34
hasErrors()
Определения errorableimplementation.php:17