• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/activity/entity/todo.php
  • Класс: Bitrix\Crm\Activity\Entity\ToDo
  • Вызов: ToDo::__construct
public function __construct(ItemIdentifier $owner)
{
	$this->owner = $owner;
	$this->responsibleId = Container::getInstance()->getContext()->getUserId();
}