ILIAS
release_8 Revision v8.19
|
Class ilCtrlExistingPath. More...
Public Member Functions | |
__construct (ilCtrlStructureInterface $structure, string $cid_path) | |
ilCtrlExistingPath Constructor More... | |
![]() | |
__construct (ilCtrlStructureInterface $structure) | |
ilCtrlAbstractPath Constructor More... | |
getCidPath () | |
getCurrentCid () | |
getNextCid (string $current_class) | |
getCidPaths (int $order=SORT_DESC) | |
getCidArray (int $order=SORT_DESC) | |
getBaseClass () | |
getException () | |
Additional Inherited Members | |
![]() | |
const | CID_PATH_SEPARATOR = ':' |
![]() | |
getPathToRelatedClassInContext (ilCtrlContextInterface $context, string $target_class) | |
Returns the path to a class within the given contexts current path that has a relation to the given target. More... | |
isClassChildOf (string $child_class, string $parent_class) | |
Returns whether the given target class is a child of the other given class. More... | |
isClassParentOf (string $parent_class, string $child_class) | |
Returns whether the given target class is a parent of the other given class. More... | |
appendCid (string $cid, string $path=null) | |
Helper function to add CIDs to a given path. More... | |
![]() | |
ilCtrlStructureInterface | $structure |
ilCtrlException | $exception = null |
string | $cid_path = null |
Class ilCtrlExistingPath.
Definition at line 12 of file class.ilCtrlExistingPath.php.
ilCtrlExistingPath::__construct | ( | ilCtrlStructureInterface | $structure, |
string | $cid_path | ||
) |
ilCtrlExistingPath Constructor
ilCtrlStructureInterface | $structure | |
string | $cid_path |
Definition at line 20 of file class.ilCtrlExistingPath.php.
References ilCtrlAbstractPath\$cid_path, and ILIAS\GlobalScreen\Provider\__construct().