2 namespace wcf\system\user\notification\object;
3 use wcf\data\DatabaseObjectDecorator;
6 * Notification object for comment responses.
8 * @author Alexander Ebert
9 * @copyright 2001-2012 WoltLab GmbH
10 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
11 * @package com.woltlab.wcf.comment
12 * @subpackage system.user.notification.object
13 * @category Community Framework
15 class CommentResponseUserNotificationObject extends DatabaseObjectDecorator implements IUserNotificationObject {
17 * @see wcf\data\DatabaseObjectDecorator::$baseClass
19 protected static $baseClass = 'wcf\data\comment\response\CommentResponse';
22 * @see wcf\system\user\notification\object\IUserNotificationObject::getTitle()
24 public function getTitle() {
29 * @see wcf\system\user\notification\object\IUserNotificationObject::getURL()
31 public function getURL() {
36 * @see wcf\system\user\notification\object\IUserNotificationObject::getAuthorID()
38 public function getAuthorID() {