ILIAS  release_8 Revision v8.24
ilCtrlNullPath Class Reference

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 = ':'
 

Detailed Description

Member Function Documentation

◆ getBaseClass()

ilCtrlNullPath::getBaseClass ( )

@inheritDoc

Implements ilCtrlPathInterface.

Definition at line 57 of file class.ilCtrlNullPath.php.

57 : ?string
58 {
59 return null;
60 }

◆ getCidArray()

ilCtrlNullPath::getCidArray ( int  $order = SORT_DESC)

@inheritDoc

Implements ilCtrlPathInterface.

Definition at line 49 of file class.ilCtrlNullPath.php.

49 : array
50 {
51 return [];
52 }

◆ getCidPath()

ilCtrlNullPath::getCidPath ( )

@inheritDoc

Implements ilCtrlPathInterface.

Definition at line 17 of file class.ilCtrlNullPath.php.

17 : ?string
18 {
19 return null;
20 }

◆ getCidPaths()

ilCtrlNullPath::getCidPaths ( int  $order = SORT_DESC)

@inheritDoc

Implements ilCtrlPathInterface.

Definition at line 41 of file class.ilCtrlNullPath.php.

41 : array
42 {
43 return [];
44 }

◆ getCurrentCid()

ilCtrlNullPath::getCurrentCid ( )

@inheritDoc

Implements ilCtrlPathInterface.

Definition at line 25 of file class.ilCtrlNullPath.php.

25 : ?string
26 {
27 return null;
28 }

◆ getException()

ilCtrlNullPath::getException ( )

@inheritDoc

Implements ilCtrlPathInterface.

Definition at line 65 of file class.ilCtrlNullPath.php.

66 {
67 return null;
68 }
ilCtrl exceptions

◆ getNextCid()

ilCtrlNullPath::getNextCid ( string  $current_class)

@inheritDoc

Implements ilCtrlPathInterface.

Definition at line 33 of file class.ilCtrlNullPath.php.

33 : ?string
34 {
35 return null;
36 }

The documentation for this class was generated from the following file: