* @package com.woltlab.wcf * @subpackage data * @category Community Framework */ interface ILinkableObject { /** * Returns the link to the object. * * @return string */ public function getLink(); }