示例#1
0
 public function __construct(EntityManager $em)
 {
     $this->originalEntityName = WorkHistory::getRepoName();
     parent::__construct($em);
 }