2 namespace wcf\system\user\notification\object\type;
5 * Represents a following user as a notification object type.
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 com.woltlab.wcf
11 * @subpackage system.user.notification.object.type
12 * @category Community Framework
14 class UserFollowUserNotificationObjectType extends AbstractUserNotificationObjectType {
18 protected static $decoratorClassName = 'wcf\system\user\notification\object\UserFollowUserNotificationObject';
23 protected static $objectClassName = 'wcf\data\user\follow\UserFollow';
28 protected static $objectListClassName = 'wcf\data\user\follow\UserFollowList';