2 declare(strict_types=1);
3 namespace wcf\system\user\notification\object;
4 use wcf\data\user\follow\UserFollow;
5 use wcf\data\DatabaseObjectDecorator;
8 * Represents a following user as a notification object.
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 UserFollow getDecoratedObject()
18 class UserFollowUserNotificationObject extends DatabaseObjectDecorator implements IUserNotificationObject {
22 protected static $baseClass = UserFollow::class;
27 public function getTitle() {
34 public function getURL() {
41 public function getAuthorID() {