ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
hasAction.php
Go to the documentation of this file.
2 
8 interface 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 }