PHP 클래스 IMP_Ajax_Application_Handler_Search, horde

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

공개 메소드들

메소드 설명
searchMailboxList ( ) : object AJAX action: Create mailbox select list for advanced search page.

보호된 메소드들

메소드 설명
_getSearchMboxList ( boolean $unsub = false ) : object Create list of mailboxes used on advanced search page.

메소드 상세

_getSearchMboxList() 보호된 메소드

Create list of mailboxes used on advanced search page.
protected _getSearchMboxList ( boolean $unsub = false ) : object
$unsub boolean Include unsubcribed mailboxes?
리턴 object Object with the following properties:
  - mbox_list: (array) Mapping of mailbox name (key) to display
               string (values).
  - tree: (IMP_Tree_Flist) Tree object.

searchMailboxList() 공개 메소드

Variables used: - unsub: (integer) If set, includes unsubscribed mailboxes.
public searchMailboxList ( ) : object
리턴 object An object with the following entries: - mbox_list: (array) - tree: (string)