ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
hasTitle.php
Go to the documentation of this file.
2 
8 interface hasTitle
9 {
10 
16  public function withTitle(string $title) : hasTitle;
17 
18 
22  public function getTitle() : string;
23 
24 
30  public function withSummary(string $summary) : isItem;
31 
32 
36  public function getSummary() : string;
37 }