예제 #1
0
파일: gtj25.php 프로젝트: Ibrahim1/aec
 static function countAdmins()
 {
     return count(xJACLhandler::getUsersByGroup(xJACLhandler::getAdminGroups()));
 }