ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
hasAction.php
Go to the documentation of this file.
2
8interface hasAction
9{
10
16 public function withAction(string $action) : hasAction;
17
18
22 public function getAction() : string;
23
24
30 public function withIsLinkToExternalAction(bool $is_external) : hasAction;
31
32
36 public function isLinkWithExternalAction() : bool;
37}
An exception for terminatinating execution or to throw for unit testing.