2 namespace wcf\system\user\notification\object;
5 * This interface should be implemented by every object which is part of a notification.
7 * @author Marcel Werk, Oliver Kliebisch
8 * @copyright 2001-2011 WoltLab GmbH, Oliver Kliebisch
9 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
10 * @package com.woltlab.wcf.notification
11 * @subpackage system.user.notification.object
12 * @category Community Framework
14 interface UserNotificationObject {
16 * Returns the ID of this object.
20 public function getObjectID();
23 * Returns the title of this object.
27 public function getTitle();
30 * Returns the url of this object.
34 public function getURL();