ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilCtrlNullPath.php
Go to the documentation of this file.
1<?php
2
19declare(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}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilCtrlNullPath.
getCidArray(int $order=SORT_DESC)
@inheritDoc
getCurrentCid()
@inheritDoc
getBaseClass()
@inheritDoc
getException()
@inheritDoc
getCidPath()
@inheritDoc
getNextCid(string $current_class)
@inheritDoc
getCidPaths(int $order=SORT_DESC)
@inheritDoc
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...