add missing comments - tests directory
[civicrm-core.git] / CRM / Utils / Constant.php
index 1c7f20110c2387f5e99c09ee0be6380c98e61046..93bc65d9df978332488033fac7f734135842928a 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 class CRM_Utils_Constant {
 
   /**
-   * Determine the value of a constant. If undefined, return a default value
+   * Determine the value of a constant, if any.
+   * 
+   * If the specified constant is undefined, return a default value.
    *
    * @param string $name
    * @param mixed $default
+   *   (optional)
    * @return mixed
    */
   public static function value($name, $default = NULL) {