PHP Class Horde_Core_Ajax_Application_Handler, 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.
Afficher le fichier
Open project: horde/horde
Class Usage Examples
Protected Properties
Свойство |
Type |
Description |
|
$_base |
Horde_Core_Ajax_Application |
The base AJAX application object. |
|
$_external |
array |
outside of the Horde framework). |
|
$_ignored |
array |
A list of public method names to ignore as actions. |
|
$_readOnly |
array |
A list of actions that require read-only session access. |
|
Méthodes publiques
Method Details
__construct()
public méthode
public __construct ( Horde_Core_Ajax_Application $base ) |
$base |
Horde_Core_Ajax_Application |
The base AJAX application
object. |
__get()
final public méthode
final public __get ( $name ) |
external()
final public méthode
Is the action accessible externally?
has()
final public méthode
Determines if the action exists in this handler.
readonly()
final public méthode
Is the action marked read-only?
Property Details
$_base protected_oe property
The base AJAX application object.
protected Horde_Core_Ajax_Application $_base |
Résultat |
Horde_Core_Ajax_Application |
|
$_external protected_oe property
outside of the Horde framework).
protected array $_external |
Résultat |
array |
|
$_ignored protected_oe property
A list of public method names to ignore as actions.
protected array $_ignored |
Résultat |
array |
|
$_readOnly protected_oe property
A list of actions that require read-only session access.
protected array $_readOnly |
Résultat |
array |
|