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.
저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: 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.

공개 메소드들

메소드 설명
__construct ( Horde_Core_Ajax_Application $base ) Constructor.
__get ( $name )
external ( string $action ) : boolean Is the action accessible externally?
has ( string $action ) : boolean Determines if the action exists in this handler.
readonly ( string $action ) : boolean Is the action marked read-only?

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Horde_Core_Ajax_Application $base )
$base Horde_Core_Ajax_Application The base AJAX application object.

__get() 최종 공개 메소드

final public __get ( $name )

external() 최종 공개 메소드

Is the action accessible externally?
final public external ( string $action ) : boolean
$action string An AJAX action.
리턴 boolean True if the action is acessible externally.

has() 최종 공개 메소드

Determines if the action exists in this handler.
final public has ( string $action ) : boolean
$action string An AJAX action.
리턴 boolean True if the action exists.

readonly() 최종 공개 메소드

Is the action marked read-only?
final public readonly ( string $action ) : boolean
$action string An AJAX action.
리턴 boolean True if the action is read-only.

프로퍼티 상세

$_base 보호되어 있는 프로퍼티

The base AJAX application object.
protected Horde_Core_Ajax_Application $_base
리턴 Horde_Core_Ajax_Application

$_external 보호되어 있는 프로퍼티

outside of the Horde framework).
protected array $_external
리턴 array

$_ignored 보호되어 있는 프로퍼티

A list of public method names to ignore as actions.
protected array $_ignored
리턴 array

$_readOnly 보호되어 있는 프로퍼티

A list of actions that require read-only session access.
protected array $_readOnly
리턴 array