• Модуль: mobileapp
  • Путь к файлу: ~/bitrix/modules/mobileapp/lib/janative/entity/component.php
  • Класс: BitrixMobileAppJanativeEntityComponent
  • Вызов: Component::getResult
public function getResult(): ?array
{
	$componentFile = new File($this->path . '/component.php');
	if ($componentFile->isExists())
	{
		return include($componentFile->getPath());
	}

	return [];
}