Description
WordParser
|
--ObjectWordParser
Located in File: /phpDocumentor/ParserDescCleanup.inc
Like WordParser but designed to handle an array with strings and
Method Detail
Summary:
void
setup
(
array &$input)
Constructor ObjectWordParser (line 138)
ObjectWordParser ObjectWordParser(
[
$casesensitive = false])
Parameters
Info
Method getWord (line 166)
void getWord(
)
Overrides : WordParser::getWord() Retrieve a token from the token list
Info
Method nextIsObjectOrNonNL (line 281)
boolean nextIsObjectOrNonNL(
)
Determine if the next word is an inline tag
Info
Method setup (line 149)
void setup(
array
&$input)
Overrides : WordParser::setup() Initialize the WordParser
Set the word parser to go.
Parameters
Info