• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/copy/implement/group.php
  • Класс: BitrixSocialnetworkCopyImplementGroup
  • Вызов: Group::__construct
public function __construct($executiveUserId)
{
	parent::__construct();

	$this->executiveUserId = $executiveUserId;
}