• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/questiontypes.php
  • Класс: BitrixVoteQuestionTypes
  • Вызов: QuestionTypes::getValues
static function getValues()
{
	$res = (new ReflectionClass(__CLASS__))->getConstants();
	return array_values($res);
}