• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/templates/selector.php
  • Класс: BitrixSenderTemplatesSelector
  • Вызов: Selector::getCategorized
public function getCategorized()
{
	$list = array();
	foreach($this->getList() as $template)
	{
		$list[$template['CATEGORY']][] = $template;
	}

	return $list;
}