Merge pull request #6160 from eileenmcnaughton/CRM-16737
[civicrm-core.git] / CRM / Case / PseudoConstant.php
index 8b45a10986addcfe9d90ffcc00ad39fb640a9154..1764eff347d9d4830e76dc4f14bd62e0211de62d 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -70,7 +70,7 @@ class CRM_Case_PseudoConstant extends CRM_Core_PseudoConstant {
   static $activityTypeList = array();
 
   /**
-   * Get all the case statues
+   * Get all the case statues.
    *
    *
    * @param string $column
@@ -98,7 +98,7 @@ class CRM_Case_PseudoConstant extends CRM_Core_PseudoConstant {
   }
 
   /**
-   * Get all the redaction rules
+   * Get all the redaction rules.
    *
    *
    * @param null $filter
@@ -126,7 +126,7 @@ class CRM_Case_PseudoConstant extends CRM_Core_PseudoConstant {
   }
 
   /**
-   * Get all the case type
+   * Get all the case type.
    *
    *
    * @param string $column
@@ -159,7 +159,7 @@ class CRM_Case_PseudoConstant extends CRM_Core_PseudoConstant {
   }
 
   /**
-   * Get all the Encounter Medium
+   * Get all the Encounter Medium.
    *
    *
    * @param string $column
@@ -181,7 +181,7 @@ class CRM_Case_PseudoConstant extends CRM_Core_PseudoConstant {
   }
 
   /**
-   * Get all Activity types for the CiviCase component
+   * Get all Activity types for the CiviCase component.
    *
    * The static array activityType is returned
    *
@@ -253,4 +253,5 @@ class CRM_Case_PseudoConstant extends CRM_Core_PseudoConstant {
       self::$$name = NULL;
     }
   }
+
 }