コード例 #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());
 }