public static function translate($l7prot) { $l7prot = intval($l7prot); $protocols = \CacheService::getProcotolCache(); if ($protocols && array_key_exists($l7prot, $protocols)) { return $protocols[$l7prot]->description; } else { return 'mark:' . $l7prot; } }