From: Coleman Watts Date: Mon, 29 Apr 2013 01:22:46 +0000 (-0700) Subject: Fn comment X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=69847402e13a5415480a76bf8026c4d34a090256;p=civicrm-core.git Fn comment --- diff --git a/CRM/Core/Resources.php b/CRM/Core/Resources.php index 8fa14b22cf..7e3d620ade 100644 --- a/CRM/Core/Resources.php +++ b/CRM/Core/Resources.php @@ -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) {