ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Class ilCtrlNullPath. More...
Public Member Functions | |
getCidPath () | |
@inheritDoc More... | |
getCurrentCid () | |
@inheritDoc More... | |
getNextCid (string $current_class) | |
@inheritDoc More... | |
getCidPaths (int $order=SORT_DESC) | |
@inheritDoc More... | |
getCidArray (int $order=SORT_DESC) | |
@inheritDoc More... | |
getBaseClass () | |
@inheritDoc More... | |
getException () | |
@inheritDoc More... | |
getCidPath () | |
Returns the CID path for the target class of the current instance. More... | |
getCurrentCid () | |
Returns the CID that must currently be processed. More... | |
getNextCid (string $current_class) | |
Returns the next CID that must be processed. More... | |
getCidPaths (int $order=SORT_DESC) | |
Returns all individual paths for each cid position for the given direction. More... | |
getCidArray (int $order=SORT_DESC) | |
Returns all cid's from the current path in the provided directory/order. More... | |
getBaseClass () | |
Returns the baseclass of the current cid path. More... | |
getException () | |
Returns the exception produced during the path-finding- process. More... | |
Additional Inherited Members | |
![]() | |
const | CID_PATH_SEPARATOR = ':' |
Class ilCtrlNullPath.
Definition at line 26 of file class.ilCtrlNullPath.php.
ilCtrlNullPath::getBaseClass | ( | ) |
@inheritDoc
Implements ilCtrlPathInterface.
Definition at line 71 of file class.ilCtrlNullPath.php.
ilCtrlNullPath::getCidArray | ( | int | $order = SORT_DESC | ) |
@inheritDoc
Implements ilCtrlPathInterface.
Definition at line 63 of file class.ilCtrlNullPath.php.
ilCtrlNullPath::getCidPath | ( | ) |
@inheritDoc
Implements ilCtrlPathInterface.
Definition at line 31 of file class.ilCtrlNullPath.php.
ilCtrlNullPath::getCidPaths | ( | int | $order = SORT_DESC | ) |
@inheritDoc
Implements ilCtrlPathInterface.
Definition at line 55 of file class.ilCtrlNullPath.php.
ilCtrlNullPath::getCurrentCid | ( | ) |
@inheritDoc
Implements ilCtrlPathInterface.
Definition at line 39 of file class.ilCtrlNullPath.php.
ilCtrlNullPath::getException | ( | ) |
@inheritDoc
Implements ilCtrlPathInterface.
Definition at line 79 of file class.ilCtrlNullPath.php.
ilCtrlNullPath::getNextCid | ( | string | $current_class | ) |
@inheritDoc
Implements ilCtrlPathInterface.
Definition at line 47 of file class.ilCtrlNullPath.php.