Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
additionalnumbertype.php
1<?
2
4
5
11{
12 const BEFORE_N = "before_n";
13
14
20 public static function getList()
21 {
22 $reflection = new \ReflectionClass(__CLASS__);
23 return $reflection->getConstants();
24 }
25}