Beispiel #1
0
 public function getSubResources(EntityManager $entityManager)
 {
     return $this->projects->toArray();
 }
Beispiel #2
0
 /**
  * @param Project $project
  * @return Tech
  */
 public function removeProject(Project $project)
 {
     $this->projects->removeElement($project);
     return $this;
 }