Description
Publisher
|
--Parser
|
--phpDocumentorTParser
Located in File: /phpDocumentor/phpDocumentorTParser.inc
Tokenizer-based parser for PHP source code
Classes extended from phpDocumentorTParser:
- phpDocumentor_HighlightParser
- Highlights source code using parse()
Method Detail
Summary:
bool
parse
(
string &$parse_data,
string $path, [
int $base =
0], [
bool $packages =
false])
Constructor phpDocumentorTParser (line 197)
phpDocumentorTParser phpDocumentorTParser(
)
Constructor
Info
Method parse (line 225)
bool parse(
string
&$parse_data, string
$path, [int
$base = 0], [bool
$packages = false])
Overridden in child classes as:
- phpDocumentor_HighlightParser::parse()
- Parse a new file
Overrides : Parser::parse() Parse a new file
Parse a new file
Parameters
- string &$parse_data: the parse data
- string $path: the path
- int $base: number of directories to drop off the bottom when creating names using path
- bool $packages: ???
Info
- staticvar - int $endrecur: used for recursion limiting if a handler for an event is not found