ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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
}
ilCtrlPathFactoryInterface\find
find(ilCtrlContextInterface $context, $target)
Returns the corresponding ilCtrlPath by the provided target type.
$context
$context
Definition:
webdav.php:31
ilCtrlPathFactoryInterface\existing
existing(string $cid_path)
Returns an instance of an existing ilCtrlPath.
ilCtrlContextInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilCtrlContextInterface.php:26
ilCtrlPathFactoryInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilCtrlPathFactoryInterface.php:25
ilCtrlPathFactoryInterface\null
null()
Returns a pseudo instance of an ilCtrlPath.
ilCtrlPathInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilCtrlPathInterface.php:27
components
ILIAS
UICore
interfaces
interface.ilCtrlPathFactoryInterface.php
Generated on Sun Aug 31 2025 23:04:18 for ILIAS by
1.8.13 (using
Doxyfile
)