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

	return $this;
}