* Delete files which are uploaded via AJAX.
*
* @author Joshua Ruesweg
- * @copyright 2001-2018 WoltLab GmbH
+ * @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @module WoltLabSuite/Core/Ui/File/Delete
* @since 5.2
* @copyright 2001-2018 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package WoltLabSuite\Core\Acp\Action
- * @since 3.2
+ * @since 5.2
*/
class AJAXFileDeleteAction extends AbstractSecureAction {
use TAJAXException;
* @copyright 2001-2018 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package WoltLabSuite\Core\Acp\Action
- * @since 3.2
+ * @since 5.2
*/
class AJAXFileUploadAction extends AbstractSecureAction {
use TAJAXException;
/**
* @inheritDoc
*
- * @throws \RuntimeException if the field has already been initalisated
+ * @throws \RuntimeException if the field has already been initialized
*/
public function maximum($maximum = null) {
if ($this->isRegistered()) {
}
/**
- * Returns true, if the field is an image only field (only images can be uploaded).
+ * Returns `true` if only images can be uploaded via this field and returns `false` otherwise.
*
* @return boolean
*/