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}
An exception for terminatinating execution or to throw for unit testing.