19declare(strict_types=1);
34 protected int $tour_id
36 $this->step_manager = $domain->
step();
44 array $parameters = []
46 foreach ($this->step_manager->getStepsOfTour($this->tour_id) as $step) {
48 "id" => $step->getId(),
49 "type" => $this->step_manager->getStepName($step->getType()),
50 "element_id" => $step->getElementId()
57 array $parameters = []
59 return $this->step_manager->countStepsOfTour($this->tour_id);
Both the subject and the direction need to be specified when expressing an order.
A simple class to express a naive range of whole positive numbers.
isFieldNumeric(string $field)
count(array $filter=[], array $parameters=[])
ILIAS Help GuidedTour Step StepManager $step_manager
getData(array $fields, ?Range $range=null, ?Order $order=null, array $filter=[], array $parameters=[])
__construct(protected InternalDomainService $domain, protected int $tour_id)
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...