Exemple #1
0
 /**
  * 
  * @param EntityManager $em
  */
 public function __construct(EntityManager $em = null)
 {
     $this->gradingType = new ArrayCollection();
     parent::__construct($em);
 }
 /**
  * 
  * @param EntityManager $em
  */
 public function __construct(EntityManager $em = null)
 {
     parent::__construct($em);
 }
 /**
  * 
  * @param EntityManager $em
  */
 public function __construct(EntityManager $em = null)
 {
     $this->teacher = new ArrayCollection();
     parent::__construct($em);
 }