(NFC) Bring CRM/Utils folder up to future coder standards
authorSeamus Lee <seamuslee001@gmail.com>
Sun, 7 Apr 2019 01:22:19 +0000 (11:22 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Sun, 7 Apr 2019 03:17:33 +0000 (13:17 +1000)
commit6714d8d227f25c94a3435acf445ef902c36b880c
tree085360d97d23cde42e4d06cb95098d6d5e6f2836
parent73e968a8187eddf4d879e11d7ef57fe1e7a8e830
(NFC) Bring CRM/Utils folder up to future coder standards
72 files changed:
CRM/Utils/API/AbstractFieldCoder.php
CRM/Utils/API/HTMLInputCoder.php
CRM/Utils/API/MatchOption.php
CRM/Utils/Address/BatchUpdate.php
CRM/Utils/Array.php
CRM/Utils/Cache.php
CRM/Utils/Cache/APCcache.php
CRM/Utils/Cache/ArrayCache.php
CRM/Utils/Cache/ArrayDecorator.php
CRM/Utils/Cache/FastArrayDecorator.php
CRM/Utils/Cache/Memcache.php
CRM/Utils/Cache/Memcached.php
CRM/Utils/Cache/NaiveMultipleTrait.php
CRM/Utils/Cache/NoCache.php
CRM/Utils/Cache/Redis.php
CRM/Utils/Cache/SerializeCache.php
CRM/Utils/Cache/SqlGroup.php
CRM/Utils/Cache/Tiered.php
CRM/Utils/Check/Component.php
CRM/Utils/Check/Component/Env.php
CRM/Utils/Check/Component/PriceFields.php
CRM/Utils/Check/Component/Security.php
CRM/Utils/Date.php
CRM/Utils/DeprecatedUtils.php
CRM/Utils/FakeObject.php
CRM/Utils/File.php
CRM/Utils/GlobalStack.php
CRM/Utils/Hook.php
CRM/Utils/Hook/Joomla.php
CRM/Utils/Hook/Soap.php
CRM/Utils/Hook/UnitTests.php
CRM/Utils/Hook/WordPress.php
CRM/Utils/JS.php
CRM/Utils/Mail.php
CRM/Utils/Migrate/Export.php
CRM/Utils/Migrate/ExportJSON.php
CRM/Utils/Migrate/Import.php
CRM/Utils/Money.php
CRM/Utils/Network.php
CRM/Utils/Number.php
CRM/Utils/OpenFlashChart.php
CRM/Utils/PDF/Document.php
CRM/Utils/PDF/Label.php
CRM/Utils/PDF/Utils.php
CRM/Utils/Pager.php
CRM/Utils/PseudoConstant.php
CRM/Utils/QueryFormatter.php
CRM/Utils/REST.php
CRM/Utils/ReCAPTCHA.php
CRM/Utils/Request.php
CRM/Utils/SQL/BaseParamQuery.php
CRM/Utils/SQL/Insert.php
CRM/Utils/SQL/Select.php
CRM/Utils/SQL/TempTable.php
CRM/Utils/Signer.php
CRM/Utils/SoapServer.php
CRM/Utils/String.php
CRM/Utils/System.php
CRM/Utils/System/Base.php
CRM/Utils/System/DrupalBase.php
CRM/Utils/System/Joomla.php
CRM/Utils/System/Soap.php
CRM/Utils/System/UnitTests.php
CRM/Utils/System/WordPress.php
CRM/Utils/SystemLogger.php
CRM/Utils/Token.php
CRM/Utils/Url.php
CRM/Utils/Verp.php
CRM/Utils/Weight.php
CRM/Utils/Wrapper.php
CRM/Utils/XML.php
CRM/Utils/Zip.php