PHP 클래스 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.
파일 보기
프로젝트 열기: horde/horde
1 사용 예제들
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
$_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. |
|
공개 메소드들
메소드 상세
public __construct ( Horde_Core_Ajax_Application $base ) |
$base |
Horde_Core_Ajax_Application |
The base AJAX application
object. |
final public __get ( $name ) |
Is the action accessible externally?
Determines if the action exists in this handler.
Is the action marked read-only?
프로퍼티 상세
The base AJAX application object.
protected Horde_Core_Ajax_Application $_base |
리턴 |
Horde_Core_Ajax_Application |
|
outside of the Horde framework).
protected array $_external |
리턴 |
array |
|
A list of public method names to ignore as actions.
protected array $_ignored |
리턴 |
array |
|
A list of actions that require read-only session access.
protected array $_readOnly |
리턴 |
array |
|