• Модуль: forum
  • Путь к файлу: ~/bitrix/modules/forum/lib/comments/entity.php
  • Класс: BitrixForumCommentsEntity
  • Вызов: Entity::getEntityByType
static function getEntityByType($type = "")
{
	$type = mb_strtolower($type);
	$entities = self::getEntities();
	return (array_key_exists($type, $entities) ? $entities[$type] : null);
}