2 declare(strict_types=1);
3 namespace wcf\system\user\notification\object;
4 use wcf\data\comment\response\CommentResponse;
5 use wcf\data\DatabaseObjectDecorator;
8 * Notification object for comment responses.
10 * @author Alexander Ebert
11 * @copyright 2001-2018 WoltLab GmbH
12 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
13 * @package WoltLabSuite\Core\System\User\Notification\Object
15 * @method CommentResponse getDecoratedObject()
16 * @mixin CommentResponse
18 class CommentResponseUserNotificationObject extends DatabaseObjectDecorator implements IUserNotificationObject {
22 protected static $baseClass = CommentResponse::class;
27 public function getTitle() {
34 public function getURL() {
41 public function getAuthorID() {