• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Marketplace/Application/Entity.php
  • Класс: BitrixImV2MarketplaceApplicationEntity
  • Вызов: Entity::toRestFormat
public function toRestFormat(array $option = []): array
{
	return [
		'id' => (int)$this->id,
		'title' => $this->title,
		'options' => $this->toRestFormatOptions(),
		'placement' => $this->placement,
		'order' => $this->order,
		'loadConfiguration' => [
			'ID' => $this->restApplicationId,
			'PLACEMENT' =>  $this->placement,
			'PLACEMENT_ID' => $this->id,
		],
	];
}