• Модуль: mobileapp
  • Путь к файлу: ~/bitrix/modules/mobileapp/lib/janative/entity/base.php
  • Класс: BitrixMobileAppJanativeEntityBase
  • Вызов: Base::getPath
public function getPath()
{
	$relativePath = str_replace(Application::getDocumentRoot(), "", "{$this->path}/");
	return Path::normalize($relativePath);
}