• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/controller/note.php
  • Класс: BitrixLandingControllerNote
  • Вызов: Note::canCreateNew
static function canCreateNew(): bool
{
	Type::setScope(Type::SCOPE_CODE_KNOWLEDGE);
	return Rights::hasAdditionalRight(Rights::ADDITIONAL_RIGHTS['create']);
}