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