PHP 클래스 IMP_Ajax_Application_Handler_Smartmobile, horde

Global tasks: - flag_config: (boolean) True if flag information is needed.
저자: Michael Slusarz ([email protected])
상속: extends Horde_Core_Ajax_Application_Handler
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( Horde_Core_Ajax_Application $base )
copyMoveMailboxList ( ) : string Return the copy/move selection list.
smartmobileAutocomplete ( ) : array AJAX action: Get autocomplete data.
smartmobileFolderTree ( ) : string AJAX action: Check access rights for creation of a submailbox.
smartmobileGetForwardData ( ) AJAX action: Get forward compose data.
smartmobileSendMessage ( ) : string AJAX action: Send message.

메소드 상세

__construct() 공개 메소드

public __construct ( Horde_Core_Ajax_Application $base )
$base Horde_Core_Ajax_Application

copyMoveMailboxList() 공개 메소드

Variables used: NONE
public copyMoveMailboxList ( ) : string
리턴 string HTML to use for the folder tree.

smartmobileAutocomplete() 공개 메소드

Variables used: - search: (string) The address search string.
public smartmobileAutocomplete ( ) : array
리턴 array Returns an array of matched addresses (full address), which are HTML escaped.

smartmobileFolderTree() 공개 메소드

Variables used: - all: (integer) If 1, return all mailboxes. Otherwise, return only INBOX, special mailboxes, and polled mailboxes.
public smartmobileFolderTree ( ) : string
리턴 string HTML to use for the folder tree.

smartmobileGetForwardData() 공개 메소드

AJAX action: Get forward compose data.

smartmobileSendMessage() 공개 메소드

AJAX action: Send message.
public smartmobileSendMessage ( ) : string
리턴 string HTML to use for the folder tree.