* @package WoltLabSuite\Core\Data */ interface ITitledObject { /** * Returns the title of the object. * * @return string */ public function getTitle(); }