ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilCtrlNullPath.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
27 {
31  public function getCidPath(): ?string
32  {
33  return null;
34  }
35 
39  public function getCurrentCid(): ?string
40  {
41  return null;
42  }
43 
47  public function getNextCid(string $current_class): ?string
48  {
49  return null;
50  }
51 
55  public function getCidPaths(int $order = SORT_DESC): array
56  {
57  return [];
58  }
59 
63  public function getCidArray(int $order = SORT_DESC): array
64  {
65  return [];
66  }
67 
71  public function getBaseClass(): ?string
72  {
73  return null;
74  }
75 
79  public function getException(): ?ilCtrlException
80  {
81  return null;
82  }
83 }
getNextCid(string $current_class)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getCidArray(int $order=SORT_DESC)
getCidPaths(int $order=SORT_DESC)
Class ilCtrlNullPath.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...