2 declare(strict_types=1);
3 namespace wcf\system\user\notification\object;
6 * This interface should be implemented by every object which supports stackable notifications.
8 * @author Alexander Ebert
9 * @copyright 2001-2018 WoltLab GmbH
10 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
11 * @package WoltLabSuite\Core\System\User\Notification\Object
12 * @deprecated since 3.1
14 interface IStackableUserNotificationObject extends IUserNotificationObject {
16 * Returns the ID of the related object.
20 public function getRelatedObjectID();