示例#1
0
文件: Language.php 项目: doxedo/core
 public function __construct(Project $project)
 {
     $this->project = $project;
     $this->scope = new Scope();
     $this->scope->setParent($project->getScope());
 }