2 namespace wcf\system\user\notification\object\type;
5 * User notification object type implementation for likes.
7 * @author Alexander Ebert
8 * @copyright 2001-2014 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 LikeUserNotificationObjectType extends AbstractUserNotificationObjectType {
16 * @see \wcf\system\user\notification\object\type\AbstractUserNotificationObjectType::$decoratorClassName
18 protected static $decoratorClassName = 'wcf\system\user\notification\object\LikeUserNotificationObject';
21 * @see \wcf\system\user\notification\object\type\AbstractUserNotificationObjectType::$objectClassName
23 protected static $objectClassName = 'wcf\data\like\Like';
26 * @see \wcf\system\user\notification\object\type\AbstractUserNotificationObjectType::$objectListClassName
28 protected static $objectListClassName = 'wcf\data\like\LikeList';