Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Nov 5, 2013
1 parent 96ae8a6 commit 700a1f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions imp/lib/Ajax/Application/Handler/Mboxtoggle.php
Expand Up @@ -26,8 +26,10 @@ class IMP_Ajax_Application_Handler_Mboxtoggle extends Horde_Core_Ajax_Applicatio
* AJAX action: Expand mailboxes (saves expanded state in prefs).
*
* Variables used:
* <pre>
* - mboxes: (string) The list of mailboxes to process (JSON encoded
* array; mailboxes are base64url encoded).
* </pre>
*
* @return boolean True.
*/
Expand All @@ -46,9 +48,12 @@ public function expandMailboxes()
* AJAX action: Collapse mailboxes.
*
* Variables used:
* - all: (integer) 1 to show all mailboxes.
* <pre>
* - all: (integer) 1 to collapse all mailboxes.
* - mboxes: (string) The list of mailboxes to process (JSON encoded
* array; mailboxes are base64url encoded) if 'all' is 0.
* array; mailboxes are base64url encoded); required if 'all'
* is 0.
* </pre>
*
* @return boolean True.
*/
Expand Down

0 comments on commit 700a1f9

Please sign in to comment.