/**
* Clears the cache.
- *
+ *
* @author Tim Düsterhus
* @copyright 2012 Tim Düsterhus
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
/**
* Handles an AJAX-based package uninstallation.
- *
+ *
* @author Alexander Ebert
* @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
/**
* Uninstalls node components and returns next node.
- *
+ *
* @param string $node
* @return string
*/
/**
* Shows the acp login form.
- *
+ *
* @author Marcel Werk
* @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
/**
* Shows the master password init form.
- *
+ *
* @author Marcel Werk
* @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
/**
* Shows the option edit form.
- *
+ *
* @author Marcel Werk
* @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
/**
* Shows the package install and update form.
- *
+ *
* @author Marcel Werk
* @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
/**
* Validates the package archive.
- *
+ *
* @param string $type upload or download package
*/
protected function validateArchive($type) {
/**
* Shows the package update authentification form.
- *
+ *
* @author Marcel Werk
* @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
$this->updateServers = PackageUpdateServer::getActiveUpdateServers();
}
-
+
/**
* @see wcf\page\IPage::assignVariables()
*/
/**
* Shows the server add form.
- *
+ *
* @author Marcel Werk
* @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
/**
* Shows the user add form.
- *
+ *
* @author Marcel Werk
* @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
/**
* Shows the assign user to group form.
- *
+ *
* @author Marcel Werk
* @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
/**
* Shows the user edit form.
- *
+ *
* @author Marcel Werk
* @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
/**
* Shows the group add form.
- *
+ *
* @author Marcel Werk
* @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
/**
* Shows the group edit form.
- *
+ *
* @author Marcel Werk
* @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
<?php
namespace wcf\acp\form;
-use wcf\data\user\group\option\UserGroupOptionAction;
-
use wcf\data\user\group\option\category\UserGroupOptionCategoryList;
+use wcf\data\user\group\option\UserGroupOptionAction;
use wcf\data\user\group\option\UserGroupOption;
use wcf\data\user\group\UserGroup;
use wcf\data\DatabaseObject;
/**
* Validates object options and permissions.
- *
+ *
* @param wcf\data\DatabaseObject $object
* @return boolean
*/
/**
* Shows the user mail form.
- *
+ *
* @author Marcel Werk
* @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
/**
* This class provides default implementations for a list of dynamic user options.
- *
+ *
* @author Marcel Werk
* @copyright 2001-2012 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
WCF::getTPL()->assign('affectedUsers', $this->affectedUsers);
}
+ /**
+ * @todo add documentation
+ */
protected function fetchUsers($loopFunction = null) {
// select users
$sql = "SELECT user.*