Esempio n. 1
0
 private function getCategory($permission)
 {
     $categoryList = [];
     foreach ($permission as $perm) {
         if (isset(Objects::getTranslationCategory()[$perm])) {
             $categoryList[$perm] = Objects::getTranslationCategory()[$perm];
         }
     }
     return $categoryList;
 }