• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/item/workgroup/accessmanager.php
  • Класс: BitrixSocialnetworkItemWorkgroupAccessManager
  • Вызов: AccessManager::canCurrentUserModify
protected function canCurrentUserModify(): bool
{
	return (
		$this->isCurrentUserModuleAdmin
		|| $this->checkOwnerOrScrumMaster($this->currentUserRelation)
	);
}