INFRA-132 - CRM/Core - Misc
[civicrm-core.git] / CRM / Core / QuickForm / NestedAdvMultiSelect.php
index e403a48e69a86e59ee96a522f6c63cc9f882a89f..42c0a50f1f6516baa1f5fbc3ba8a1c281b227791 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright U.S. PIRG Education Fund (c) 2007                        |
  | Licensed to CiviCRM under the Academic Free License version 3.0.   |
@@ -47,18 +47,22 @@ class CRM_Core_QuickForm_NestedAdvMultiSelect extends HTML_QuickForm_advmultisel
    * loading options with fancy attributes.
    *
    * @param mixed &$options Options source currently supports assoc array or DB_result
-   * @param mixed $param1   (optional) See function detail
-   * @param mixed $param2   (optional) See function detail
-   * @param mixed $param3   (optional) See function detail
-   * @param mixed $param4   (optional) See function detail
+   * @param mixed $param1
+   *   (optional) See function detail.
+   * @param mixed $param2
+   *   (optional) See function detail.
+   * @param mixed $param3
+   *   (optional) See function detail.
+   * @param mixed $param4
+   *   (optional) See function detail.
    *
-   * @access     public
    * @since      version 1.5.0 (2009-02-15)
    * @return     PEAR_Error|NULL on error and TRUE on success
    * @throws     PEAR_Error
    * @see        loadArray()
    */
-  function load(&$options, $param1 = NULL, $param2 = NULL,
+  function load(
+    &$options, $param1 = NULL, $param2 = NULL,
     $param3 = NULL, $param4 = NULL
   ) {
     switch (TRUE) {
@@ -74,4 +78,3 @@ class CRM_Core_QuickForm_NestedAdvMultiSelect extends HTML_QuickForm_advmultisel
     }
   }
 }
-