X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FSystem%2FSoap.php;h=2edca70da7be9e91fb88e68a33a34f2bdbc46fd5;hb=30a3000cc63f6d8858943fc61afa98ec123b60aa;hp=df688a033c0ba6aeef7537773094c8bf490ec861;hpb=5a52625d46ec56e4eea94537bd1ad7c46c0cc5cf;p=civicrm-core.git diff --git a/CRM/Utils/System/Soap.php b/CRM/Utils/System/Soap.php index df688a033c..2edca70da7 100644 --- a/CRM/Utils/System/Soap.php +++ b/CRM/Utils/System/Soap.php @@ -38,9 +38,10 @@ class CRM_Utils_System_Soap extends CRM_Utils_System_Base { /** * UF container variables. + * @var string */ - static $uf = NULL; - static $ufClass = NULL; + public static $uf = NULL; + public static $ufClass = NULL; /** * Given a permission string, check for access requirements @@ -124,7 +125,7 @@ class CRM_Utils_System_Soap extends CRM_Utils_System_Base { throw new Exception("Method not implemented: getLoginURL"); } - public function loadBootStrap($params = array(), $loadUser = TRUE, $throwError = TRUE, $realPath = NULL) { + public function loadBootStrap($params = [], $loadUser = TRUE, $throwError = TRUE, $realPath = NULL) { // It makes zero sense for this class to extend CRM_Utils_System_Base. throw new \RuntimeException("Not implemented"); }