CRM-15524 - Move static js resources to the html-header region so they don't reload...
[civicrm-core.git] / CRM / Core / OptionValue.php
index ff29d5ae931200105c167ee8da54ac3b5204169d..1d7cf7fda12e098423ef17fa9e03d14a06d280c8 100644 (file)
@@ -178,7 +178,7 @@ class CRM_Core_OptionValue {
    * @param  integer $optionValueID has the id of the optionValue being edited, disabled ..etc
    *
    * @internal param string $orderBy for orderBy clause
-   * @return array of option-values
+   * @return CRM_Core_DAO_OptionValue
    *
    * @access public
    * @static
@@ -347,6 +347,8 @@ class CRM_Core_OptionValue {
   /**
    * build select query in case of option-values
    *
+   * @param $query
+   *
    * @return void
    * @access public
    */
@@ -374,7 +376,7 @@ class CRM_Core_OptionValue {
    *
    * @param  array     $groupParams   Array containing group fields
    *                                  whose option-values is to retrieved.
-   * @param  array     $values        (referance) to the array which
+   * @param  array     $values        (reference) to the array which
    *                                  will have the values for the group
    * @param  string    $orderBy       for orderBy clause
    *