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