PHP Class IMP_Ajax_Application_Handler_Mboxtoggle, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Ajax_Application_Handler
ファイルを表示 Open project: horde/horde

Public Methods

Method Description
toggleMailboxes ( ) : boolean AJAX action: Expand mailboxes (saves expanded state in prefs).

Method Details

toggleMailboxes() public method

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
return boolean True.