* @package com.woltlab.wcf * @subpackage data * @category Community Framework */ interface ITitledObject { /** * Returns the title of the object. * * @return string */ public function getTitle(); }