• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Entity/View/ViewCollection.php
  • Класс: BitrixImV2EntityViewViewCollection
  • Вызов: ViewCollection::initByEntityCollection
private function initByEntityCollection(EO_MessageViewed_Collection $collection): self
{
	foreach ($collection as $item)
	{
		$this[] = new ViewItem($item->getId(), $item->getMessageId(), $item->getUserId(), $item->getDateCreate());
	}

	return $this;
}