Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-07-14-13-42-39
[civicrm-core.git] / CRM / Core / CodeGen / BaseTask.php
index 9fb779e20769d4b22d32a8dbd890490b0bf61165..0e731fbcce830aa1c93bf20ed3966bf4c8cd9c30 100644 (file)
@@ -6,11 +6,17 @@
 abstract class CRM_Core_CodeGen_BaseTask implements CRM_Core_CodeGen_ITask {
   protected $config;
 
+  /**
+   *
+   */
   function __construct() {
   }
 
   // TODO: this is the most rudimentary possible hack.  CG config should
   // eventually be made into a first-class object.
+  /**
+   * @param is $config
+   */
   function setConfig($config) {
     $this->config = $config;
     $this->tables = $this->config->tables;