*/
private static $_singleton = NULL;
- /**
- * @var CRM_Core_Component
- */
- public $componentRegistry = NULL;
-
///
/// END HELPER CLASS PROPERTIES
///
// also initialize the logger
self::$_log = Log::singleton('display');
-
- // initialize component registry early to avoid "race"
- // between CRM_Core_Config and CRM_Core_Component (they
- // are co-dependant)
- $this->componentRegistry = new CRM_Core_Component();
}
/**
*/
public $inCiviCRM = FALSE;
- /**
- * Component registry object (of CRM_Core_Component type)
- */
- public $componentRegistry = NULL;
-
/**
* PDF receipt as attachment is disabled by default (CRM-8350)
*/