ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
PathUtilitiesFactory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
27{
28 protected PathServices $path_services;
29
30 public function __construct(
31 PathServices $path_services,
32 ) {
33 $this->path_services = $path_services;
34 }
35
36 public function pathConditionChecker(
37 PathConditionsCollectionInterface $path_conditions_collection
40 $path_conditions_collection,
41 $this->path_services->navigatorFactory()
42 );
43 }
44
45 public function pathConditionsCollection(
49 $this->path_services->pathFactory(),
50 $path
51 );
52 }
53}
pathConditionChecker(PathConditionsCollectionInterface $path_conditions_collection)
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$path
Definition: ltiservices.php:30