• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/slider/path/pathmaker.php
  • Класс: BitrixTasksSliderPathPathMaker
  • Вызов: PathMaker::__construct
public function __construct(int $entityId, string $action, int $ownerId, string $context)
{
	$this->entityId = $entityId;
	$this->action = in_array($action, static::$allowedActions, true) ? $action : static::DEFAULT_ACTION;
	$this->ownerId = $ownerId;
	$this->context = $context;
}