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