ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
StateInfoInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24{
25 public function isPublishingRelevant(): bool;
26
30 public function getAllPossibleStatuses(): array;
31
32 public function getCurrentStatus(): Status;
33
37 public function getRelevantActions(): array;
38
45 public function isActionAvailable(Action $action): bool;
46
50 public function getAllEligibleCopyrightEntryIDs(): array;
51}
isActionAvailable(Action $action)
Returns false both if the action should not be offered at all in the current context,...