ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
find (ilCtrlContextInterface $context, $target) | |
Returns the corresponding ilCtrlPath by the provided target type. More... | |
existing (string $cid_path) | |
Returns an instance of an existing ilCtrlPath. More... | |
null () | |
Returns a pseudo instance of an ilCtrlPath. More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface ilCtrlPathFactoryInterface describes the ilCtrl Path factory.
Definition at line 25 of file interface.ilCtrlPathFactoryInterface.php.
ilCtrlPathFactoryInterface::existing | ( | string | $cid_path | ) |
Returns an instance of an existing ilCtrlPath.
string | $cid_path |
Implemented in ilCtrlPathFactory.
ilCtrlPathFactoryInterface::find | ( | ilCtrlContextInterface | $context, |
$target | |||
) |
Returns the corresponding ilCtrlPath by the provided target type.
ilCtrlContextInterface | $context | |
string[]|string | $target |
Implemented in ilCtrlPathFactory.
ilCtrlPathFactoryInterface::null | ( | ) |
Returns a pseudo instance of an ilCtrlPath.
Implemented in ilCtrlPathFactory.