PHP Class Horde_Core_Ajax_Response_HordeCore_NoAuth, 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 Class Usage Examples

Protected Properties

Property Type Description
$_app string App of the last JSON request.
$_error integer The authentication error.

Public Methods

Method Description
__construct ( string $app, $error = Horde_Auth::REASON_FAILED ) Constructor.
send ( )

Protected Methods

Method Description
_jsonData ( )

Method Details

__construct() public method

Constructor.
public __construct ( string $app, $error = Horde_Auth::REASON_FAILED )
$app string App of the last JSON request.

_jsonData() protected method

protected _jsonData ( )

send() public method

public send ( )

Property Details

$_app protected_oe property

App of the last JSON request.
protected string $_app
return string

$_error protected_oe property

The authentication error.
protected int $_error
return integer