2 namespace wcf\system\user\notification\object;
3 use wcf\data\comment\response\CommentResponse;
4 use wcf\data\DatabaseObjectDecorator;
7 * Notification object for comment responses.
9 * @author Alexander Ebert
10 * @copyright 2001-2016 WoltLab GmbH
11 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
12 * @package WoltLabSuite\Core\System\User\Notification\Object
14 * @method CommentResponse getDecoratedObject()
15 * @mixin CommentResponse
17 class CommentResponseUserNotificationObject extends DatabaseObjectDecorator implements IUserNotificationObject {
21 protected static $baseClass = CommentResponse::class;
26 public function getTitle() {
33 public function getURL() {
40 public function getAuthorID() {