Пример #1
0
 public static function getCardAccess_Revert_List()
 {
     $cnts = new Constants();
     return $cnts->reverse_array(Constants::getCardAccess_List());
 }
Пример #2
0
 public static function getCardAccess_Revert_List()
 {
     return Constants::reverse_array(Constants::getCardAccess_List());
 }