$data
$data : mixed
The data returned from the doAction() call.
Defines the AJAX interface for an application.
Copyright 2010-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
__construct(string $app, \Horde_Variables $vars, string $action = null, string $token = null)
Constructor.
string | $app | The application name. |
\Horde_Variables | $vars | Form/request data. |
string | $action | The AJAX action to perform. |
string | $token | Session token. |
addHandler(string $class) : \Horde_Core_Ajax_Application_Handler
Add an AJAX method handler.
string | $class | Classname of a Handler to add. |
Handler object.