ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 71 of file class.ilCtrlNullPath.php.

71 : ?string
72 {
73 return null;
74 }

◆ getCidArray()

ilCtrlNullPath::getCidArray ( int  $order = SORT_DESC)

@inheritDoc

Implements ilCtrlPathInterface.

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

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

◆ getCidPath()

ilCtrlNullPath::getCidPath ( )

@inheritDoc

Implements ilCtrlPathInterface.

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

31 : ?string
32 {
33 return null;
34 }

◆ getCidPaths()

ilCtrlNullPath::getCidPaths ( int  $order = SORT_DESC)

@inheritDoc

Implements ilCtrlPathInterface.

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

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

◆ getCurrentCid()

ilCtrlNullPath::getCurrentCid ( )

@inheritDoc

Implements ilCtrlPathInterface.

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

39 : ?string
40 {
41 return null;
42 }

◆ getException()

ilCtrlNullPath::getException ( )

@inheritDoc

Implements ilCtrlPathInterface.

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

80 {
81 return null;
82 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ getNextCid()

ilCtrlNullPath::getNextCid ( string  $current_class)

@inheritDoc

Implements ilCtrlPathInterface.

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

47 : ?string
48 {
49 return null;
50 }

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