예제 #1
0
파일: Language.php 프로젝트: doxedo/core
 public function __construct(Project $project)
 {
     $this->project = $project;
     $this->scope = new Scope();
     $this->scope->setParent($project->getScope());
 }