From: Michael M Slusarz Date: Tue, 4 Aug 2009 08:39:33 +0000 (-0600) Subject: Add some more info on Prefs UI functions X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=45190d0d479fc76a3ec7a3d4caff1ca29edd53d4;p=horde.git Add some more info on Prefs UI functions --- diff --git a/framework/Core/lib/Horde/Registry/Api.php b/framework/Core/lib/Horde/Registry/Api.php index e77129c5d..9d1f0779d 100644 --- a/framework/Core/lib/Horde/Registry/Api.php +++ b/framework/Core/lib/Horde/Registry/Api.php @@ -47,7 +47,8 @@ * Prefs_UI:: * ---------- * 'prefsInit' => array( - * 'args' => array() + * 'args' => array(), + * 'type' => '{urn:horde}hashHash' * ), * 'prefsHandle' => array( * 'args' => array( @@ -58,6 +59,13 @@ * ), * 'prefsCallback' => array( * 'args' => array() + * ), + * 'prefsMenu' => array( + * 'args' => array(), + * 'type' => 'object' + * ), + * 'prefsStatus' => array( + * 'args' => array() * ) * * TODO: