• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/classes/general/taskliststate.php
  • Класс: CTaskListState
  • Вызов: CTaskListState::getKnownSections
static function getKnownSections()
{
	return (array(
		self::VIEW_SECTION_ROLES,
		self::VIEW_SECTION_ADVANCED_FILTER
	));
}