Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-06-23-18-25-12
[civicrm-core.git] / CRM / Admin / Page / APIDoc.php
index 63f01dab39492690d9cdc2abeefc0c3a90e34cfd..88ada1dc176cbd2025e6026e2b47c20317dad9fe 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.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
  */
 class CRM_Admin_Page_APIDoc extends CRM_Core_Page {
 
+  /**
+   * @return string
+   */
   function run() {
     CRM_Utils_System::setTitle(ts('API parameters'));
     return parent::run();
   }
 
+  /**
+   * @return string
+   */
   function getTemplateFileName() {
     return 'CRM/Core/APIDoc.tpl';
   }
@@ -50,6 +56,8 @@ class CRM_Admin_Page_APIDoc extends CRM_Core_Page {
   /**
    * Get user context.
    *
+   * @param null $mode
+   *
    * @return string user context.
    */
   function userContext($mode = NULL) {