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