• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/timeline/entitycontroller.php
  • Класс: Bitrix\Crm\Timeline\EntityController
  • Вызов: EntityController::prepareEntityPushTag
public function prepareEntityPushTag($entityID)
{
	return TimelineEntry::prepareEntityPushTag($this->getEntityTypeID(), $entityID);
}