Class Visibility Suggestions

Below, is a summary of all classes and their component's visiblity. Whenever a visibility is set and used at the right level, a green star is presented. Whenever it is set to a level, but could be updated to another, red and orange stars are mentioned. .

  Name Value None (public) Public Protected Private Constant
class InstalledVersions
 $selfDir<?php /*A*//*B*/ ?>    
 $installed<?php /*A*//*B*/ ?>    
 $installedIsLocalDir<?php /*A*//*B*/ ?>    
 $canGetVendors<?php /*A*//*B*/ ?>    
 $installedByVendor<?php /*A*//*B*/ ?>    
class ClassLoader
 $vendorDir<?php /*A*//*B*/ ?>    
 $prefixLengthsPsr4<?php /*A*//*B*/ ?>    
 $includeFile<?php /*A*//*B*/ ?>    
 $prefixesPsr0<?php /*A*//*B*/ ?>    
 $fallbackDirsPsr0<?php /*A*//*B*/ ?>    
 $prefixDirsPsr4<?php /*A*//*B*/ ?>    
 $fallbackDirsPsr4<?php /*A*//*B*/ ?>    
 $missingClasses<?php /*A*//*B*/ ?>    
 $apcuPrefix<?php /*A*//*B*/ ?>    
 $useIncludePath<?php /*A*//*B*/ ?>    
 $classMapAuthoritative<?php /*A*//*B*/ ?>    
 $classMap<?php /*A*//*B*/ ?>    
 $registeredLoaders<?php /*A*//*B*/ ?>