ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
hasTitle.php
Go to the documentation of this file.
2
8interface 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}
An exception for terminatinating execution or to throw for unit testing.