use wcf\form\AbstractForm;
use wcf\system\exception\IllegalLinkException;
use wcf\system\WCF;
-use wcf\util\StringUtil;
/**
* Shows the style export form.
<?php
namespace wcf\data\article;
use wcf\data\like\object\AbstractLikeObject;
-use wcf\data\like\Like;
/**
* Likeable object implementation for cms articles.
use wcf\data\user\User;
use wcf\system\background\job\AbstractBackgroundJob;
use wcf\system\exception\ParentClassException;
-use wcf\system\exception\SystemException;
use wcf\system\session\SessionHandler;
use wcf\system\SingletonFactory;
use wcf\system\WCF;
<?php
namespace wcf\system\user\notification\event;
-use wcf\data\comment\Comment;
-use wcf\data\user\User;
use wcf\data\user\UserProfile;
use wcf\system\cache\runtime\CommentRuntimeCache;
use wcf\system\cache\runtime\UserProfileRuntimeCache;