2 namespace wcf\system\user\notification\object;
5 * This interface should be implemented by every object which supports stackable notifications.
7 * @author Alexander Ebert
8 * @copyright 2001-2015 WoltLab GmbH
9 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
10 * @package com.woltlab.wcf
11 * @subpackage system.user.notification.object
12 * @category Community Framework
14 interface IStackableUserNotificationObject extends IUserNotificationObject {
16 * Returns the ID of the related object.
20 public function getRelatedObjectID();