ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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 71 of file class.ilCtrlNullPath.php.

References null.

71  : ?string
72  {
73  return null;
74  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null

◆ getCidArray()

ilCtrlNullPath::getCidArray ( int  $order = SORT_DESC)

Implements ilCtrlPathInterface.

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

63  : array
64  {
65  return [];
66  }

◆ getCidPath()

ilCtrlNullPath::getCidPath ( )

Implements ilCtrlPathInterface.

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

References null.

31  : ?string
32  {
33  return null;
34  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null

◆ getCidPaths()

ilCtrlNullPath::getCidPaths ( int  $order = SORT_DESC)

Implements ilCtrlPathInterface.

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

55  : array
56  {
57  return [];
58  }

◆ getCurrentCid()

ilCtrlNullPath::getCurrentCid ( )

Implements ilCtrlPathInterface.

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

References null.

39  : ?string
40  {
41  return null;
42  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null

◆ getException()

ilCtrlNullPath::getException ( )

Implements ilCtrlPathInterface.

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

References null.

80  {
81  return null;
82  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ getNextCid()

ilCtrlNullPath::getNextCid ( string  $current_class)

Implements ilCtrlPathInterface.

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

References null.

47  : ?string
48  {
49  return null;
50  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null

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