Method Detail
Summary:
Constructor parserExampleTag (line 1203)
parserExampleTag parserExampleTag(
parserStringWithInlineTags
$value, string
$current_path)
Reads and parses the example file indicated
The example tag takes one parameter: the full path to a php file that should be parsed and included as an example.
Parameters
Info
- todo - does this "x = y = z = false" still work as expected in PHP5?
- todo - CS cleanup - rename constant to TOKENIZER_EXT
- uses - phpDocumentorTWordParser::getFileSource() - uses to parse an example
and retrieve all tokens by line number
Method getSourceLink (line 1389)
string getSourceLink(
Converter
&$c)
Overrides : parserFileSourceTag::getSourceLink() gets path to the sourcecode file
Retrieve a converter-specific link to the example
Parameters
Info
- uses - Converter::getExampleLink() - retrieve the link to the example