phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 10 Dec 2009 18:08:19 +0000 (11:08 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 14 Dec 2009 18:35:12 +0000 (11:35 -0700)
framework/Crypt/lib/Horde/Crypt/Pgp.php

index 4be563b..920ba40 100644 (file)
@@ -119,9 +119,11 @@ class Horde_Crypt_Pgp extends Horde_Crypt
     /**
      * Constructor.
      *
-     * @param array $params  Parameter array containing the path to the GnuPG
-     *                       binary (key = 'program') and to a temporary
-     *                       directory.
+     * @param array $params  The following parameters:
+     * <pre>
+     * 'program' - (string) [REQUIRED] The path to the GnuPG binary.
+     * 'temp' - (string) [OPTIONAL] Path to a temporary directory.
+     * </pre>
      *
      * @throws Horde_Exception
      */