• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/util/context.php
  • Класс: BitrixCalendarSyncUtilContext
  • Вызов: Context::add
public function add(string $type, string $property, $value): Context
{
	$this->data[$type][$property] = $value;

	return $this;
}