|
ILIAS
release_8 Revision v8.24
|
Class ilCtrlNullPath. More...
Inheritance diagram for ilCtrlNullPath:
Collaboration diagram for ilCtrlNullPath: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 | |
Data Fields inherited from ilCtrlPathInterface | |
| const | CID_PATH_SEPARATOR = ':' |
Class ilCtrlNullPath.
Definition at line 12 of file class.ilCtrlNullPath.php.
| ilCtrlNullPath::getBaseClass | ( | ) |
@inheritDoc
Implements ilCtrlPathInterface.
Definition at line 57 of file class.ilCtrlNullPath.php.
| ilCtrlNullPath::getCidArray | ( | int | $order = SORT_DESC | ) |
@inheritDoc
Implements ilCtrlPathInterface.
Definition at line 49 of file class.ilCtrlNullPath.php.
| ilCtrlNullPath::getCidPath | ( | ) |
@inheritDoc
Implements ilCtrlPathInterface.
Definition at line 17 of file class.ilCtrlNullPath.php.
| ilCtrlNullPath::getCidPaths | ( | int | $order = SORT_DESC | ) |
@inheritDoc
Implements ilCtrlPathInterface.
Definition at line 41 of file class.ilCtrlNullPath.php.
| ilCtrlNullPath::getCurrentCid | ( | ) |
@inheritDoc
Implements ilCtrlPathInterface.
Definition at line 25 of file class.ilCtrlNullPath.php.
| ilCtrlNullPath::getException | ( | ) |
@inheritDoc
Implements ilCtrlPathInterface.
Definition at line 65 of file class.ilCtrlNullPath.php.
| ilCtrlNullPath::getNextCid | ( | string | $current_class | ) |
@inheritDoc
Implements ilCtrlPathInterface.
Definition at line 33 of file class.ilCtrlNullPath.php.