Initial refactor of CRM_Utils_System to use magic method.
authorColeman Watts <coleman@civicrm.org>
Mon, 23 Nov 2015 15:35:00 +0000 (10:35 -0500)
committerColeman Watts <coleman@civicrm.org>
Mon, 23 Nov 2015 15:35:00 +0000 (10:35 -0500)
commit091db9085e779dc6b50f1644c721846437b6c844
treed0a4264bead68f93d3d2a238f9db1f962b1ab540
parente367c7b0504923a1a5cbf68cbd8ad819b29734c8
Initial refactor of CRM_Utils_System to use magic method.

Instead of creating one static function for every CMS function we can access them via magic method.
CRM/Admin/Form/CMSUser.php
CRM/Utils/System.php
Civi.php