• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/copy/groupmanager.php
  • Класс: BitrixSocialnetworkCopyGroupManager
  • Вызов: GroupManager::__construct
public function __construct($executiveUserId, array $groupIdsToCopy)
{
	$this->executiveUserId = $executiveUserId;
	$this->groupIdsToCopy = $groupIdsToCopy;

	$this->result = new Result();
}