• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/addressbookcrmcompanies.php
  • Класс: CDavCrmCompanies
  • Вызов: CDavCrmCompanies::__construct
public function __construct($groupdav)
{
	parent::__construct($groupdav);
	$this->SetName(Loc::getMessage('DAV_COMPANIES'));
	$this->SetNamespace(CDavGroupDav::CARDDAV);
	$this->SetUri('crmCompanies');
	$this->SetMinimumPrivileges(array('DAV::read', 'DAV::write'));
	$this->SetMultiFieldEntityId('COMPANY');
}