2 namespace wcf\system\user\notification\object;
3 use wcf\data\DatabaseObjectDecorator;
4 use wcf\system\user\notification\object\IUserNotificationObject;
7 * Represents a following user as a notification object.
9 * @author Alexander Ebert
10 * @copyright 2001-2012 WoltLab GmbH
11 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
12 * @package com.woltlab.wcf.user
13 * @subpackage system.user.notification.object
14 * @category Community Framework
16 class UserFollowUserNotificationObject extends DatabaseObjectDecorator implements IUserNotificationObject {
18 * @see wcf\data\DatabaseObjectDecorator::$baseClass
20 protected static $baseClass = 'wcf\data\user\follow\UserFollow';
23 * @see wcf\system\user\notification\object\IUserNotificationObject::getTitle()
25 public function getTitle() {
30 * @see wcf\system\user\notification\object\IUserNotificationObject::getURL()
32 public function getURL() {
37 * @see wcf\system\user\notification\object\IUserNotificationObject::getAuthorID()
39 public function getAuthorID() {