PHP Class Horde_Core_Factory_Ajax, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: extends Horde_Core_Factory_Base
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
create ( string $app, Horde_Variables $vars, string $action = null, string $token = null ) : Horde_Core_Ajax_Application Return a Horde_Core_Ajax_Application instance.

Method Details

create() public method

Return a Horde_Core_Ajax_Application instance.
public create ( string $app, Horde_Variables $vars, string $action = null, string $token = null ) : Horde_Core_Ajax_Application
$app string The application name.
$vars Horde_Variables Form/request data.
$action string The AJAX action to perform.
$token string Session token.
return Horde_Core_Ajax_Application The requested instance.