PHP 클래스 IMP_Ajax_Application_Handler_Mboxtoggle, horde

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

공개 메소드들

메소드 설명
toggleMailboxes ( ) : boolean AJAX action: Expand mailboxes (saves expanded state in prefs).

메소드 상세

toggleMailboxes() 공개 메소드

Variables used: - action: (string) [REQUIRED] Either 'collapse' or 'expand'. - all: (integer) 1 to toggle all mailboxes (mailbox information will not be returned). - mboxes: (string) The list of mailboxes to process (JSON encoded array; mailboxes are base64url encoded); required if 'all' is 0.
public toggleMailboxes ( ) : boolean
리턴 boolean True.