• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/User.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\User
  • Вызов: User::__construct
public function __construct(string $title, string $detailUrl, ?string $imageUrl = null)
{
	$this->title = $title;
	$this->detailUrl = $detailUrl;
	$this->imageUrl = $imageUrl;
}