ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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.
$action