ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilCtrlNullPath Class Reference

Class ilCtrlNullPath. More...

+ Inheritance diagram for ilCtrlNullPath:
+ Collaboration diagram for ilCtrlNullPath:

Public Member Functions

 getCidPath ()
 
 getCurrentCid ()
 
 getNextCid (string $current_class)
 
 getCidPaths (int $order=SORT_DESC)
 
 getCidArray (int $order=SORT_DESC)
 
 getBaseClass ()
 
 getException ()
 

Additional Inherited Members

- Data Fields inherited from ilCtrlPathInterface
const CID_PATH_SEPARATOR = ':'
 

Detailed Description

Member Function Documentation

◆ getBaseClass()

ilCtrlNullPath::getBaseClass ( )

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)

Implements ilCtrlPathInterface.

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

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

◆ getCidPath()

ilCtrlNullPath::getCidPath ( )

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)

Implements ilCtrlPathInterface.

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

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

◆ getCurrentCid()

ilCtrlNullPath::getCurrentCid ( )

Implements ilCtrlPathInterface.

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

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

◆ getException()

ilCtrlNullPath::getException ( )

Implements ilCtrlPathInterface.

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

66  {
67  return null;
68  }
ilCtrl exceptions

◆ getNextCid()

ilCtrlNullPath::getNextCid ( string  $current_class)

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: