• Модуль: webdav
  • Путь к файлу: ~/bitrix/modules/webdav/classes/abstractstorage.php
  • Класс: CWebDavAbstractStorage
  • Вызов: CWebDavAbstractStorage::getStringStorageId
public function getStringStorageId()
{
	//todo may in $this->setStorageId() use array_filter...
	//remove null values from storageId
	return implode('|', array_filter($this->getStorageId()));
}