X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FExtension%2FSystem.php;h=3d531807fc6c2bb35f7bde01b76352cdd412a4c4;hb=4278b952d40683324613b2b09a6036a56d9d5017;hp=0ab76fa2729807a6d2f2cc8357c4dac8b953560a;hpb=094ce032ee63f82d64958fc4ccb2ded56c9d1ecd;p=civicrm-core.git diff --git a/CRM/Extension/System.php b/CRM/Extension/System.php index 0ab76fa272..3d531807fc 100644 --- a/CRM/Extension/System.php +++ b/CRM/Extension/System.php @@ -68,10 +68,16 @@ class CRM_Extension_System { return self::$singleton; } + /** + * @param CRM_Extension_System $singleton + */ public static function setSingleton(CRM_Extension_System $singleton) { self::$singleton = $singleton; } + /** + * @param array $parameters + */ public function __construct($parameters = array()) { $config = CRM_Core_Config::singleton(); if (!array_key_exists('extensionsDir', $parameters)) {