コード例 #1
0
ファイル: ModelCompiler.php プロジェクト: pscheit/psc-cms
 public function getDefaultNamespace()
 {
     $eb = new EntityBuilder('notRelevant', $this->module, $this->classWriter);
     return $eb->getDefaultNamespace();
 }