PHP 클래스 Horde_Ajax_Application_Handler, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Core_Ajax_Application_Handler
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
blockAutoUpdate ( ) : string AJAX action: Auto-update portal block. To be called automatically by the block, with no user selected options.
blockRefresh ( ) : string AJAX action: Refresh portal block. Manually refresh the block content, may $this->vars may contain user selected/provided values.
blockUpdate ( ) : Horde_Core_Response AJAX action: Update portal block data. To be used when the block can refresh using only JSON data. I.e., this data would need to be parsed by the block code to be rendered.
sidebarUpdate ( ) : object AJAX action: Update sidebar.
topbarUpdate ( ) : Horde_Core_Ajax_Response_HordeCore AJAX action: Update topbar.

메소드 상세

blockAutoUpdate() 공개 메소드

AJAX action: Auto-update portal block. To be called automatically by the block, with no user selected options.
public blockAutoUpdate ( ) : string
리턴 string The full HTML needed to render the block content.

blockRefresh() 공개 메소드

AJAX action: Refresh portal block. Manually refresh the block content, may $this->vars may contain user selected/provided values.
public blockRefresh ( ) : string
리턴 string The full HTML needed to render the block content.

blockUpdate() 공개 메소드

AJAX action: Update portal block data. To be used when the block can refresh using only JSON data. I.e., this data would need to be parsed by the block code to be rendered.
public blockUpdate ( ) : Horde_Core_Response
리턴 Horde_Core_Response

sidebarUpdate() 공개 메소드

AJAX action: Update sidebar.
public sidebarUpdate ( ) : object
리턴 object See Horde_Core_Tree_Renderer_Javascript#renderNodeDefinitions().

topbarUpdate() 공개 메소드

AJAX action: Update topbar.
public topbarUpdate ( ) : Horde_Core_Ajax_Response_HordeCore
리턴 Horde_Core_Ajax_Response_HordeCore Response object.