Civi::settings() - Add short hand for accessing domain settings
authorTim Otten <totten@civicrm.org>
Wed, 19 Aug 2015 13:27:43 +0000 (06:27 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 17 Sep 2015 22:44:59 +0000 (15:44 -0700)
commit3a84c0ab9022feeed11adf8f9023fd5f2d4459ba
tree074d75fdfe2ed2a246f6f2e2cfbbe27e63ec5c9b
parent7b5937feec104d6843290f2c4822799b7c3d9fe2
Civi::settings() - Add short hand for accessing domain settings
CRM/Core/BAO/Setting.php
Civi.php
Civi/Core/Container.php
Civi/Core/SettingsBag.php [new file with mode: 0644]
Civi/Core/SettingsManager.php [new file with mode: 0644]
tests/phpunit/Civi/Core/SettingsManagerTest.php [new file with mode: 0644]
tests/phpunit/api/v3/SettingTest.php