Esempio n. 1
0
 /**
  *
  */
 public function bootFromComposer()
 {
     $this->composerManager->setExtender($this->sphringEventDispatcher->getSphring()->getExtender());
     $this->composerManager->setRootProject($this->sphringEventDispatcher->getSphring()->getRootProject());
     $this->composerManager->loadComposer();
     $this->sphringAnnotationReader->initReader();
 }