Merge branch 'master' into findById
[civicrm-core.git] / CRM / Case / XMLProcessor / Settings.php
index 7bc074b0e619448bda29e42a50887ea3a9fdc182..ebf77564487c4797bead85f4e2c899a9dc2aaa2d 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -38,6 +38,11 @@ class CRM_Case_XMLProcessor_Settings extends CRM_Case_XMLProcessor {
 
   // Input: The base filename without the .xml extension
   // Output: An array of settings.
+  /**
+   * @param string $filename
+   *
+   * @return array
+   */
   function run($filename = 'settings') {
     $xml = $this->retrieve($filename);