1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
MessageStatus.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
7enum MessageStatus: string
8{
9 case New = 'new';
10 case Processing = 'processing';
11
15 public static function getValues(): array
16 {
17 $values = [];
18
19 foreach (self::cases() as $case)
20 {
21 $values[] = $case->value;
22 }
23
24 return $values;
25 }
26}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804