예제 #1
0
 public function __construct(EntityManager $em)
 {
     $this->originalEntityName = ProjectHistory::getRepoName();
     parent::__construct($em);
 }
예제 #2
0
 public function __construct(EntityManager $em)
 {
     $this->originalEntityName = Skills::getRepoName();
     parent::__construct($em);
 }