• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Link/BaseLinkCollection.php
  • Класс: BitrixImV2LinkBaseLinkCollection
  • Вызов: BaseLinkCollection::toRestFormat
public function toRestFormat(array $option = []): array
{
	$linkCollection = [];

	foreach ($this as $link)
	{
		$linkCollection[] = $link->toRestFormat($option);
	}

	return $linkCollection;
}