namespace wcf\acp\form;
use wcf\data\contact\recipient\ContactRecipient;
use wcf\data\contact\recipient\ContactRecipientAction;
-use wcf\data\contact\recipient\ContactRecipientEditor;
use wcf\form\AbstractForm;
use wcf\system\exception\IllegalLinkException;
-use wcf\system\exception\UserInputException;
use wcf\system\language\I18nHandler;
use wcf\system\WCF;
use wcf\data\language\Language;
use wcf\data\DatabaseObject;
use wcf\data\ILinkableObject;
-use wcf\system\bbcode\HtmlBBCodeParser;
use wcf\system\html\input\HtmlInputProcessor;
use wcf\system\html\output\AmpHtmlOutputProcessor;
use wcf\system\html\output\HtmlOutputProcessor;
use wcf\system\cache\runtime\UserProfileRuntimeCache;
use wcf\system\comment\manager\ICommentManager;
use wcf\system\like\LikeHandler;
-use wcf\system\WCF;
/**
* Provides a structured comment list fetching last responses for every comment.
namespace wcf\data\trophy;
use wcf\system\cache\builder\TrophyCacheBuilder;
use wcf\system\SingletonFactory;
-use wcf\system\WCF;
/**
* Trophy cache management.
use wcf\data\user\TeamList;
use wcf\system\page\PageLocationManager;
use wcf\system\request\LinkHandler;
-use wcf\system\WCF;
/**
* Shows the team members list.
<?php
namespace wcf\system\box;
-use wcf\data\box\Box;
use wcf\data\user\activity\event\ViewableUserActivityEventList;
use wcf\system\condition\IObjectListCondition;
use wcf\system\request\LinkHandler;
namespace wcf\system\condition\page;
use wcf\data\condition\Condition;
use wcf\data\page\PageCache;
-use wcf\data\page\PageNode;
use wcf\data\page\PageNodeTree;
use wcf\system\condition\AbstractMultiSelectCondition;
use wcf\system\condition\AbstractSingleFieldCondition;