• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/timeline/comment.php
  • Класс: Bitrix\Crm\Controller\Timeline\Comment
  • Вызов: Comment::init
protected function init(): void
{
	parent::init();

	$this->timelineEntity = new TimelineTable();
	$this->timelineBindingEntity = new TimelineBindingTable();
    }