ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
interface.ilCtrlPathFactoryInterface.php
Go to the documentation of this file.
1
<?php
2
25
interface
ilCtrlPathFactoryInterface
26
{
34
public
function
find
(
ilCtrlContextInterface
$context
, $target):
ilCtrlPathInterface
;
35
42
public
function
existing
(
string
$cid_path):
ilCtrlPathInterface
;
43
49
public
function
null
():
ilCtrlPathInterface
;
50
}
ilCtrlContextInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilCtrlContextInterface.php:27
ilCtrlPathFactoryInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilCtrlPathFactoryInterface.php:26
ilCtrlPathFactoryInterface\existing
existing(string $cid_path)
Returns an instance of an existing ilCtrlPath.
ilCtrlPathFactoryInterface\find
find(ilCtrlContextInterface $context, $target)
Returns the corresponding ilCtrlPath by the provided target type.
ilCtrlPathInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilCtrlPathInterface.php:28
$context
$context
Definition:
webdav.php:31
components
ILIAS
UICore
interfaces
interface.ilCtrlPathFactoryInterface.php
Generated on Sat Oct 18 2025 23:04:57 for ILIAS by
1.9.4 (using
Doxyfile
)