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-2016 WoltLab GmbH
9 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
10 * @package WoltLabSuite\Core\System\User\Notification\Object
12 interface IStackableUserNotificationObject extends IUserNotificationObject {
14 * Returns the ID of the related object.
18 public function getRelatedObjectID();