Fn comment
authorColeman Watts <coleman@civicrm.org>
Mon, 29 Apr 2013 01:22:46 +0000 (18:22 -0700)
committerColeman Watts <coleman@civicrm.org>
Mon, 29 Apr 2013 01:23:15 +0000 (18:23 -0700)
CRM/Core/Resources.php

index 8fa14b22cf7fa5af9f53808a5eb502446bee264c..7e3d620ade5c8b2b3a8e2cb1711bdb389ed038ae 100644 (file)
@@ -222,7 +222,7 @@ class CRM_Core_Resources {
   }
 
   /**
-   * Add JavaScript variables to the global CRM object.
+   * Add JavaScript variables to the global CRM object via a callback function.
    *
    * @param $callable function
    * @return CRM_Core_Resources
@@ -234,6 +234,9 @@ class CRM_Core_Resources {
     return $this;
   }
 
+  /**
+   * Helper fn for addSettingsFactory
+   */
   public function getSettings() {
     $result = $this->settings;
     foreach ($this->settingsFactories as $callable) {