예제 #1
0
파일: Account.php 프로젝트: gbelmm/ACL
 public function getSubResources(EntityManager $entityManager)
 {
     return $this->projects->toArray();
 }
예제 #2
0
 /**
  * @param Project $project
  * @return Tech
  */
 public function removeProject(Project $project)
 {
     $this->projects->removeElement($project);
     return $this;
 }