• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/item.php
  • Класс: BitrixTasksItem
  • Вызов: Item::setContext
public function setContext($ctx)
{
	if($this->isImmutable())
	{
		return; // todo: throw NotAllowedException?
	}

	$this->context = $ctx;
}