Add some more info on Prefs UI functions
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 4 Aug 2009 08:39:33 +0000 (02:39 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 4 Aug 2009 08:39:33 +0000 (02:39 -0600)
framework/Core/lib/Horde/Registry/Api.php

index e77129c..9d1f077 100644 (file)
@@ -47,7 +47,8 @@
  * Prefs_UI::
  * ----------
  *   'prefsInit' => array(
- *       'args' => array()
+ *       'args' => array(),
+ *       'type' => '{urn:horde}hashHash'
  *   ),
  *   'prefsHandle' => array(
  *       'args' => array(
  *   ),
  *   'prefsCallback' => array(
  *       'args' => array()
+ *   ),
+ *   'prefsMenu' => array(
+ *      'args' => array(),
+ *      'type' => 'object'
+ *   ),
+ *   'prefsStatus' => array(
+ *      'args' => array()
  *   )
  *
  * TODO: