示例#1
0
文件: Account.php 项目: gbelmm/ACL
 public function getSubResources(EntityManager $entityManager)
 {
     return $this->projects->toArray();
 }