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 Parser
 DELIMITER' '
    
 STRICT_SYNTAXtrue    
 $hostsFile    
 $hosts    
 $strictSyntax    
class HostsFile
 $filename    
 $splFile    
class Host
 $line    
 $ip    
 $domains    
class
 __construct     
class
 parse     
class
 removeExtraWhitespaces     
class
 isComment     
class
 countTokens     
class
 isTokenParsable     
class
 parseEntry     
class
 __construct     
class
 getSplFileObject     
class
 __destruct     
class
 load     
class
 __construct     
class
 __toString     
class
 getContext     
class
 getEntry     
class
 getIp     
class
 getDomains     
class
 getLine