projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
132fc68
)
Fn comment
author
Coleman Watts
<coleman@civicrm.org>
Mon, 29 Apr 2013 01:22:46 +0000
(18:22 -0700)
committer
Coleman Watts
<coleman@civicrm.org>
Mon, 29 Apr 2013 01:23:15 +0000
(18:23 -0700)
CRM/Core/Resources.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Resources.php
b/CRM/Core/Resources.php
index 8fa14b22cf7fa5af9f53808a5eb502446bee264c..7e3d620ade5c8b2b3a8e2cb1711bdb389ed038ae 100644
(file)
--- 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) {