PHP Class Horde_Core_Ajax_Response_HordeCore_Reload, horde

Copyright 2012-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.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Ajax_Response_HordeCore
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
__construct ( mixed $data = null ) Constructor.

Protected Methods

Method Description
_jsonData ( ) Return a single property, 'reload', which indicates to the HordeCore framework that the page should be immediately reloaded.

Method Details

__construct() public method

Constructor.
public __construct ( mixed $data = null )
$data mixed Response data to send to browser. For this class, this can be the URL to redirect to. If null, will reload the current URL of the browser.

_jsonData() protected method

Return a single property, 'reload', which indicates to the HordeCore framework that the page should be immediately reloaded.
protected _jsonData ( )