Pelzini

This is the code documentation for the Pelzini project

class ParserClass

Stores information about a specific class

Source code (6 results)

/processor/database_outputter.php   Highlighted file source

Line 520: if ($class instanceof ParserClass) {

/processor/parser_author.php   Highlighted file source

Line 30: * Represents an author of a parser item (e.g. a ParserFunction or ParserClass)

/processor/parser_class.php   Highlighted file source

Line 23: * Contains the {@link ParserClass} class
Line 33: class ParserClass extends CodeParserItem {

/processor/php_parser.php   Highlighted file source

Line 233: $current_class = new ParserClass();

/processor/quality_check_transformer.php   Highlighted file source

Line 106: if ($sub instanceof ParserClass) {

A total of 7 lines in 6 files were found