AJAXInvokeAction is now available within ACP
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / acp / action / AJAXInvokeAction.class.php
CommitLineData
0df4374b
AE
1<?php
2namespace wcf\acp\action;
3
4/**
5 * Copy of the default implementation for object-actions using the AJAX-based invoke mechanism.
6 *
7 * @author Alexander Ebert
8 * @copyright 2001-2013 WoltLab GmbH
9 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
10 * @package com.woltlab.wcf
11 * @subpackage acp.action
12 * @category Community Framework
13 */
14class AJAXInvokeAction extends \wcf\action\AJAXInvokeAction { }