• Модуль: mobileapp
  • Путь к файлу: ~/bitrix/modules/mobileapp/lib/janative/entity/component.php
  • Класс: BitrixMobileAppJanativeEntityComponent
  • Вызов: Component::getInfo
public function getInfo(): array
    {
	return [
		'path' => $this->getPath(),
		'version' => $this->getVersion(),
		'publicUrl' => $this->getPublicPath(),
		'resultUrl' => $this->getPublicPath() . '&get_result=Y'
	];
}