use wcf\system\cache\runtime\ViewableArticleContentRuntimeCache;
use wcf\system\comment\CommentHandler;
use wcf\system\email\Email;
-use wcf\system\user\notification\object\CommentUserNotificationObject;
+use wcf\system\user\notification\object\CommentResponseUserNotificationObject;
/**
* User notification event for article comment responses.
* @package WoltLabSuite\Core\System\User\Notification\Event
* @since 5.2
*
- * @method CommentUserNotificationObject getUserNotificationObject()
+ * @method CommentResponseUserNotificationObject getUserNotificationObject()
*/
class ArticleCommentResponseOwnerUserNotificationEvent extends AbstractSharedUserNotificationEvent implements ITestableUserNotificationEvent {
use TTestableCommentResponseUserNotificationEvent;
use wcf\system\cache\runtime\ViewableArticleContentRuntimeCache;
use wcf\system\comment\CommentHandler;
use wcf\system\email\Email;
-use wcf\system\user\notification\object\CommentUserNotificationObject;
+use wcf\system\user\notification\object\CommentResponseUserNotificationObject;
/**
* User notification event for article comment responses.
* @package WoltLabSuite\Core\System\User\Notification\Event
* @since 5.2
*
- * @method CommentUserNotificationObject getUserNotificationObject()
+ * @method CommentResponseUserNotificationObject getUserNotificationObject()
*/
class ArticleCommentResponseUserNotificationEvent extends AbstractSharedUserNotificationEvent implements ITestableUserNotificationEvent {
use TTestableCommentResponseUserNotificationEvent;
use wcf\system\cache\runtime\CommentRuntimeCache;
use wcf\system\comment\CommentHandler;
use wcf\system\email\Email;
-use wcf\system\user\notification\object\CommentUserNotificationObject;
+use wcf\system\user\notification\object\CommentResponseUserNotificationObject;
/**
* User notification event for page comments.
* @package WoltLabSuite\Core\System\User\Notification\Event
* @since 5.2
*
- * @method CommentUserNotificationObject getUserNotificationObject()
+ * @method CommentResponseUserNotificationObject getUserNotificationObject()
*/
class PageCommentResponseOwnerUserNotificationEvent extends AbstractSharedUserNotificationEvent implements ITestableUserNotificationEvent {
use TTestableCommentResponseUserNotificationEvent;
use wcf\system\cache\runtime\UserProfileRuntimeCache;
use wcf\system\comment\CommentHandler;
use wcf\system\email\Email;
-use wcf\system\user\notification\object\CommentUserNotificationObject;
+use wcf\system\user\notification\object\CommentResponseUserNotificationObject;
/**
* User notification event for page comments.
* @package WoltLabSuite\Core\System\User\Notification\Event
* @since 5.2
*
- * @method CommentUserNotificationObject getUserNotificationObject()
+ * @method CommentResponseUserNotificationObject getUserNotificationObject()
*/
class PageCommentResponseUserNotificationEvent extends AbstractSharedUserNotificationEvent implements ITestableUserNotificationEvent {
use TTestableCommentResponseUserNotificationEvent;