Esempio n. 1
0
 /**
  * Initializes the injected features manager with the generator.
  *
  * This should be called right after instantiating the generator to make it
  * available to the features manager without introducing a circular
  * dependency.
  */
 public function initFeaturesManager()
 {
     $this->featuresManager->setGenerator($this);
 }