• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/controller/note.php
  • Класс: BitrixLandingControllerNote
  • Вызов: Note::getTargetsAction
static function getTargetsAction(): array
{
	return [
		'list' => Target::getShortList(),
		'canCreateNew' => self::canCreateNew()
	];
}