/**
* Dispatches to the first time setup steps.
*
- * @author Tim Duesterhus
- * @copyright 2001-2023 WoltLab GmbH
+ * @author Tim Duesterhus
+ * @copyright 2001-2023 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since 6.0
*/
final class FirstTimeSetupAction implements RequestHandlerInterface
{
/**
* Sets up license data during first time setup.
*
- * @author Tim Duesterhus
- * @copyright 2001-2023 WoltLab GmbH
- * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @author Tim Duesterhus
+ * @copyright 2001-2023 WoltLab GmbH
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since 6.0
*/
final class FirstTimeSetupLicenseForm extends AbstractFormBuilderForm
{
/**
* Shows email options during first time setup.
*
- * @author Tim Duesterhus, Alexander Ebert
- * @copyright 2001-2023 WoltLab GmbH
- * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @author Tim Duesterhus, Alexander Ebert
+ * @copyright 2001-2023 WoltLab GmbH
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since 6.0
*
* @property OptionHandler $optionHandler
*/
/**
* Shows general options during first time setup.
*
- * @author Tim Duesterhus, Alexander Ebert
- * @copyright 2001-2023 WoltLab GmbH
- * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @author Tim Duesterhus, Alexander Ebert
+ * @copyright 2001-2023 WoltLab GmbH
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since 6.0
*
* @property OptionHandler $optionHandler
*/
/**
* Shows a success page for the completed first time setup.
*
- * @author Tim Duesterhus
- * @copyright 2001-2023 WoltLab GmbH
+ * @author Tim Duesterhus
+ * @copyright 2001-2023 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since 6.0
*/
final class FirstTimeSetupCompletedPage extends AbstractPage
{
*/
public $neededPermissions = ['admin.general.canUseAcp'];
+ /**
+ * @inheritDoc
+ */
public function readData()
{
parent::readData();