示例#1
0
 /**
  *
  */
 protected function __construct($composerLockFile = null)
 {
     $this->sphring = new Sphring();
     $this->sphring->setComposerLockFile($composerLockFile);
     $this->sphring->beforeLoad();
     $this->dispatchAnnotations();
 }