• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/xmlnode.php
  • Класс: specifierCDavXmlNode
  • Вызов: CDavXmlNode::GetAttribute
public function GetAttribute($name)
{
	return $this->attributes[$name] ?? null;
}