Ejemplo n.º 1
0
 /**
  * Initialize the registry object.
  *
  * @param Ai1ec_Loader $ai1ec_loader Instance of Ai1EC classes loader
  *
  * @return void Method does not return
  */
 protected function _initialize_registry($ai1ec_loader)
 {
     global $ai1ec_registry;
     $this->_registry = new Ai1ec_Registry_Object($ai1ec_loader);
     Ai1ec_Time_Utility::set_registry($this->_registry);
     $ai1ec_registry = $this->_registry;
 }