• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/access/sectiondictionary.php
  • Класс: Bitrix\Sender\Access\SectionDictionary
  • Вызов: SectionDictionary::getList
static function getList(): array
{
	$class = new \ReflectionClass(__CLASS__);
	return array_flip($class->getConstants());
}