add a few more arguments
authorEileen McNaughton <eileen@fuzion.co.nz>
Tue, 13 Jan 2015 01:30:42 +0000 (14:30 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Tue, 13 Jan 2015 01:30:42 +0000 (14:30 +1300)
18 files changed:
install/civicrm.php
install/index.php
tools/CRM/Auction/Controller/Item.php
tools/bin/scripts/ajax.php
tools/extensions/org.civicrm.angularex/angularex.civix.php
tools/extensions/org.civicrm.angularex/angularex.php
tools/extensions/org.civicrm.demoqueue/CRM/Demoqueue/Page/DemoQueue.php
tools/extensions/org.civicrm.demoqueue/demoqueue.civix.php
tools/extensions/org.civicrm.demoqueue/demoqueue.php
tools/extensions/org.civicrm.multisite/multisite.civix.php
tools/extensions/org.civicrm.multisite/multisite.php
tools/extensions/org.civicrm.payment.googlecheckout/GoogleCheckout.php
tools/extensions/org.civicrm.payment.googlecheckout/GoogleIPN.php
tools/extensions/org.civicrm.search.activity/ActivitySearch.php
tools/scripts/solr/createSolrJSON.php
tools/scripts/solr/createSolrXML.php
tools/scripts/solr/createSyncJSON.php
tools/scripts/tpl-lint

index f50538b360d1c1618bfea2552747eed91d3d673c..bc2186f4f3bf936d7597dc1a4ab1cf73ed1ec4b6 100644 (file)
@@ -30,7 +30,7 @@
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
- *
+ * @param $filesDirectory
  */
 function civicrm_setup($filesDirectory) {
   global $crmPath, $sqlPath, $pkgPath, $tplPath;
index 4784ae1fddce660f55cb143a44e75d0a127fdebb..5bec5dc5d75de31a51bae91a3435957a45fb66dc 100644 (file)
@@ -283,6 +283,8 @@ class InstallRequirements {
 
   /**
    * Just check that the database configuration is okay
+   * @param $databaseConfig
+   * @param $dbName
    */
   function checkdatabase($databaseConfig, $dbName) {
     if ($this->requireFunction('mysql_connect',
index 17fe7323fccc619c78c99c9f90336ae7869dd610..5b74373f5a789764d3f8ce7c88c63da071296eb2 100644 (file)
@@ -51,6 +51,9 @@ class CRM_Auction_Controller_Item extends CRM_Core_Controller {
 
   /**
    * class constructor
+   * @param null $title
+   * @param bool|int $action
+   * @param bool $modal
    */
   function __construct($title = NULL, $action = CRM_Core_Action::NONE, $modal = TRUE) {
     require_once 'CRM/Auction/StateMachine/Item.php';
index 952bb97d46df9b0ef0a301296bd8d2c5bcadb91e..2827b09b2094f4578806873a2536aeeb4a19c53f 100644 (file)
@@ -64,6 +64,7 @@ function invoke() {
 
 /**
  * Test Function used for new hs-widget.
+ * @param $config
  */
 function states(&$config) {
   $elements = array();
@@ -155,6 +156,7 @@ ORDER BY name";
 
 /**
  * Test Function used for new hs-widget.
+ * @param $config
  */
 function countries(&$config) {
   //get the country limit and restrict the combo select options
index 27c25bbdfff30597d6babd1a758b8f19fda3ec0c..79958c9e4000dd56f574a62a4caedc94d1feecb0 100644 (file)
@@ -6,6 +6,7 @@
  * (Delegated) Implementation of hook_civicrm_config
  *
  * @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_config
+ * @param null $config
  */
 function _angularex_civix_civicrm_config(&$config = NULL) {
   static $configured = FALSE;
@@ -156,12 +157,14 @@ function _angularex_civix_find_files($dir, $pattern) {
   }
   return $result;
 }
+
 /**
  * (Delegated) Implementation of hook_civicrm_managed
  *
  * Find any *.mgd.php files, merge their content, and return.
  *
  * @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_managed
+ * @param $entities
  */
 function _angularex_civix_civicrm_managed(&$entities) {
   $mgdFiles = _angularex_civix_find_files(__DIR__, '*.mgd.php');
@@ -184,6 +187,8 @@ function _angularex_civix_civicrm_managed(&$entities) {
  * Note: This hook only runs in CiviCRM 4.4+.
  *
  * @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_caseTypes
+ * @param $caseTypes
+ * @throws \Exception
  */
 function _angularex_civix_civicrm_caseTypes(&$caseTypes) {
   if (!is_dir(__DIR__ . '/xml/case')) {
@@ -229,6 +234,11 @@ function _angularex_civix_glob($pattern) {
  * $path - path where insertion should happen (ie. Administer/System Settings)
  * $item - menu you need to insert (parent/child attributes will be filled for you)
  * $parentId - used internally to recurse in the menu structure
+ * @param $menu
+ * @param $path
+ * @param $item
+ * @param null $parentId
+ * @return bool
  */
 function _angularex_civix_insert_navigation_menu(&$menu, $path, $item, $parentId = NULL) {
   static $navId;
@@ -265,6 +275,7 @@ function _angularex_civix_insert_navigation_menu(&$menu, $path, $item, $parentId
  * (Delegated) Implementation of hook_civicrm_alterSettingsFolders
  *
  * @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_alterSettingsFolders
+ * @param null $metaDataFolders
  */
 function _angularex_civix_civicrm_alterSettingsFolders(&$metaDataFolders = NULL) {
   static $configured = FALSE;
@@ -275,4 +286,4 @@ function _angularex_civix_civicrm_alterSettingsFolders(&$metaDataFolders = NULL)
   if(is_dir($settingsDir) && !in_array($settingsDir, $metaDataFolders)) {
     $metaDataFolders[] = $settingsDir;
   }
-}
\ No newline at end of file
+}
index 216105f64611081c456ec962ec2dea8314880bc4..63c9d6119dc3d0fcbf5bb8360f35358ab0ac1ac0 100644 (file)
@@ -6,6 +6,7 @@ require_once 'angularex.civix.php';
  * Implementation of hook_civicrm_config
  *
  * @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_config
+ * @param $config
  */
 function angularex_civicrm_config(&$config) {
   _angularex_civix_civicrm_config($config);
@@ -80,6 +81,7 @@ function angularex_civicrm_upgrade($op, CRM_Queue_Queue $queue = NULL) {
  * is installed, disabled, uninstalled.
  *
  * @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_managed
+ * @param $entities
  */
 function angularex_civicrm_managed(&$entities) {
   return _angularex_civix_civicrm_managed($entities);
@@ -93,6 +95,7 @@ function angularex_civicrm_managed(&$entities) {
  * Note: This hook only runs in CiviCRM 4.4+.
  *
  * @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_caseTypes
+ * @param $caseTypes
  */
 function angularex_civicrm_caseTypes(&$caseTypes) {
   _angularex_civix_civicrm_caseTypes($caseTypes);
@@ -102,6 +105,7 @@ function angularex_civicrm_caseTypes(&$caseTypes) {
  * Implementation of hook_civicrm_alterSettingsFolders
  *
  * @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_alterSettingsFolders
+ * @param null $metaDataFolders
  */
 function angularex_civicrm_alterSettingsFolders(&$metaDataFolders = NULL) {
   _angularex_civix_civicrm_alterSettingsFolders($metaDataFolders);
index 29e022a3f940757a51e62e8142fb259003ac94eb..df73fb08ba5057042ff34ec549407c3c757cba1d 100644 (file)
@@ -41,6 +41,10 @@ class CRM_Demoqueue_Page_DemoQueue extends CRM_Core_Page {
 
   /**
    * Perform some business logic
+   * @param \CRM_Queue_TaskContext $ctx
+   * @param $delay
+   * @param $message
+   * @return bool
    */
   static function doMyWork(CRM_Queue_TaskContext $ctx, $delay, $message) {
     sleep(1);
@@ -54,6 +58,8 @@ class CRM_Demoqueue_Page_DemoQueue extends CRM_Core_Page {
 
   /**
    * Perform some business logic
+   * @param \CRM_Queue_TaskContext $ctx
+   * @return bool
    */
   static function addMoreWork(CRM_Queue_TaskContext $ctx) {
     sleep(1);
@@ -71,6 +77,7 @@ class CRM_Demoqueue_Page_DemoQueue extends CRM_Core_Page {
 
   /**
    * Handle the final step of the queue
+   * @param \CRM_Queue_TaskContext $ctx
    */
   static function onEnd(CRM_Queue_TaskContext $ctx) {
     //CRM_Utils_System::redirect('civicrm/demo-queue/done');
index afc8b9fd6775f8dd90230ea60c3348a45548187a..cfc2973f96640caf8fd2d8bf61bfb5d9c4fe56b6 100644 (file)
@@ -4,6 +4,7 @@
 
 /**
  * (Delegated) Implementation of hook_civicrm_config
+ * @param $config
  */
 function _demoqueue_civix_civicrm_config(&$config) {
   $template =& CRM_Core_Smarty::singleton();
index 83b46a0be717537381dab040aff748f635bf0b81..fbb2999a95dbbab9574ac32e64d5cb8868c86d12 100644 (file)
@@ -4,6 +4,7 @@ require_once 'demoqueue.civix.php';
 
 /**
  * Implementation of hook_civicrm_config
+ * @param $config
  */
 function demoqueue_civicrm_config(&$config) {
   _demoqueue_civix_civicrm_config($config);
index f5150dfc959f6b4975465902286b616c29215239..48d7b895d80f3514a99ae1c53dad8051bb404420 100644 (file)
@@ -4,6 +4,7 @@
 
 /**
  * (Delegated) Implementation of hook_civicrm_config
+ * @param null $config
  */
 function _multisite_civix_civicrm_config(&$config = NULL) {
   static $configured = FALSE;
@@ -27,6 +28,7 @@ function _multisite_civix_civicrm_config(&$config = NULL) {
 
 /**
  * (Delegated) Implementation of hook_civicrm_alterSettingsMetaData
+ * @param null $metaDataFolders
  */
 function _multisite_civix_civicrm_alterSettingsFolders(&$metaDataFolders = NULL) {
   static $configured = FALSE;
@@ -153,10 +155,12 @@ function _multisite_civix_find_files($dir, $pattern) {
   }
   return $result;
 }
+
 /**
  * (Delegated) Implementation of hook_civicrm_managed
  *
  * Find any *.mgd.php files, merge their content, and return.
+ * @param $entities
  */
 function _multisite_civix_civicrm_managed(&$entities) {
   $mgdFiles = _multisite_civix_find_files(__DIR__, '*.mgd.php');
index 1e2a7aa7a0753f8e031c4975ebf7d0e540fc50e5..b232526ed5095709d9005059901a5fda0d0ea956 100644 (file)
@@ -4,6 +4,7 @@ require_once 'multisite.civix.php';
 
 /**
  * Implementation of hook_civicrm_config
+ * @param $config
  */
 function multisite_civicrm_config(&$config) {
   _multisite_civix_civicrm_config($config);
@@ -64,6 +65,7 @@ function multisite_civicrm_upgrade($op, CRM_Queue_Queue $queue = NULL) {
  *
  * Generate a list of entities to create/deactivate/delete when this module
  * is installed, disabled, uninstalled.
+ * @param $entities
  */
 function multisite_civicrm_managed(&$entities) {
   return _multisite_civix_civicrm_managed($entities);
@@ -170,6 +172,7 @@ function multisite_civicrm_permissions(&$permissions){
 
 /**
  * Implementation of hook_civicrm_config
+ * @param null $metaDataFolders
  */
 function multisite_civicrm_alterSettingsFolders(&$metaDataFolders = NULL){
   _multisite_civix_civicrm_alterSettingsFolders($metaDataFolders);
index a274bad6d1615456e1024cd9c0d392274c4ed625..9d7647ae09723cfb962289df9f043cb7580de578 100644 (file)
@@ -232,6 +232,10 @@ class org_civicrm_payment_googlecheckout extends CRM_Core_Payment {
    * @paymentProcessor is the array of payment processor settings value.
    * @searchParamsnvpStr is the array of search params.
    * returns an associtive array containing the response from the server.
+   * @param $paymentProcessor
+   * @param $searchParams
+   * @return array|object
+   * @throws \Exception
    */
   function invokeAPI($paymentProcessor, $searchParams) {
     $merchantID  = $paymentProcessor['user_name'];
index 42b7ed5719fc4e690816225b58940e30b7776028..1d15bc0a88f05544a0b3f0ad1804652fa5c78024 100644 (file)
@@ -407,7 +407,7 @@ class org_civicrm_payment_googlecheckout_GoogleIPN extends CRM_Core_Payment_Base
   /**
    * This method is handles the response that will be invoked (from extern/googleNotify) every time
    * a notification or request is sent by the Google Server.
-   *
+   * @param $xml_response
    */
   static
   function main($xml_response) {
@@ -553,10 +553,12 @@ class org_civicrm_payment_googlecheckout_GoogleIPN extends CRM_Core_Payment_Base
       return TRUE;
     }
 
-    /**
-     * Converts the comma separated name-value pairs in <merchant-private-data>
-     * to an array of name-value pairs.
-     */
+  /**
+   * Converts the comma separated name-value pairs in <merchant-private-data>
+   * to an array of name-value pairs.
+   * @param $str
+   * @return array
+   */
     static
     function stringToArray($str) {
       $vars = $labels = array();
index f199c5056d021e20b9c6bbdcf76f18a56a77998e..08b85cec1d01f59f8f78e140640d69a45bc33600 100644 (file)
@@ -157,6 +157,12 @@ class org_civicrm_search_activityimplementsCRM_Contact_Form_Search_Interface {
 
   /**
    * Construct the search query
+   * @param int $offset
+   * @param int $rowcount
+   * @param null $sort
+   * @param bool $includeContactIDs
+   * @param bool $onlyIDs
+   * @return string
    */
   function all($offset = 0, $rowcount = 0, $sort = NULL,
     $includeContactIDs = FALSE, $onlyIDs = FALSE
index 5f0b7ac8bc850b51e14dba2418a26fe09d8b6760..c378338a4f87e2a20c6cdc121fb9bfafa8c3651a 100644 (file)
@@ -36,6 +36,8 @@ define('CHUNK_SIZE', 128);
 
 /**
  * Split a large array of contactIDs into more manageable smaller chunks
+ * @param $contactIDs
+ * @return array
  */
 function &splitContactIDs(&$contactIDs) {
   // contactIDs could be a real large array, so we split it up into
@@ -65,6 +67,8 @@ function &splitContactIDs(&$contactIDs) {
 
 /**
  * Given an array of values, generate the JSON in the Solr format
+ * @param $values
+ * @return string
  */
 function &generateSolrJSON($values) {
   $result = "[";
@@ -118,6 +122,9 @@ function escapeJsonString($value) {
 
 /**
  * Given a set of contact IDs get the values
+ * @param $contactIDs
+ * @param $values
+ * @return array
  */
 function getValues(&$contactIDs, &$values) {
   $values = array();
index 28b89a9ac545e4d508bffc73ee0d1cfc9ccdd526..66b2fbcc12d381bf40ed82906cb6677bf94f32cb 100644 (file)
@@ -36,6 +36,8 @@ define('CHUNK_SIZE', 128);
 
 /**
  * Split a large array of contactIDs into more manageable smaller chunks
+ * @param $contactIDs
+ * @return array
  */
 function &splitContactIDs(&$contactIDs) {
   // contactIDs could be a real large array, so we split it up into
@@ -65,6 +67,8 @@ function &splitContactIDs(&$contactIDs) {
 
 /**
  * Given an array of values, generate the XML in the Solr format
+ * @param $values
+ * @return string
  */
 function &generateSolrXML($values) {
   $result = "<add>\n";
@@ -94,6 +98,9 @@ EOT;
 
 /**
  * Given a set of contact IDs get the values
+ * @param $contactIDs
+ * @param $values
+ * @return array
  */
 function getValues(&$contactIDs, &$values) {
   $values = array();
index 1e19b40817f03f60ed8c3b3390c52266d26b4f46..99a3669cd3cbf2ea056c0b871cea87eeb5d365cb 100644 (file)
@@ -36,6 +36,8 @@ define('CHUNK_SIZE', 128);
 
 /**
  * Split a large array of contactIDs into more manageable smaller chunks
+ * @param $contactIDs
+ * @return array
  */
 function &splitContactIDs(&$contactIDs) {
   // contactIDs could be a real large array, so we split it up into
@@ -65,6 +67,11 @@ function &splitContactIDs(&$contactIDs) {
 
 /**
  * Given a set of contact IDs get the values
+ * @param $contactIDs
+ * @param $values
+ * @param $allContactIDs
+ * @param $addditionalContactIDs
+ * @return array
  */
 function getValues(&$contactIDs, &$values, &$allContactIDs, &$addditionalContactIDs) {
   $values = array();
index d2e8bcb19d796f738b124fcbcaa4681f8174588d..4fe5925e2cddf15871b52992260d35605f29c103 100755 (executable)
@@ -74,6 +74,8 @@ function check_a($a, $reporter) {
 
 /**
  * Determine if snippet of JS returns strictly false
+ * @param $js
+ * @return bool
  */
 function js_returns_false($js) {
   return
@@ -86,6 +88,8 @@ function js_returns_false($js) {
 
 /**
  * Determine if snippet of JS returns a function call
+ * @param $js
+ * @return int
  */
 function js_returns_func($js) {
   return preg_match('/^ *return +[a-zA-Z0-9\._$]+\(/', $js);