예제 #1
0
파일: Category.php 프로젝트: gbelmm/ACL
 public function getSubResources(EntityManager $entityManager)
 {
     return $this->children->toArray();
 }
예제 #2
0
파일: Category.php 프로젝트: gbelmm/ACL
 public function getSubResources(EntityManager $entityManager)
 {
     return array_merge($this->children->toArray(), $this->articles->toArray());
 }