Class: ObjectWordParser
Source Location: /phpDocumentor/ParserDescCleanup.inc
WordParser
|
--ObjectWordParser
Like WordParser but designed to handle an array with strings and
Author(s):
Version:
Copyright:
Class Details
[line 130]
Like WordParser but designed to handle an array with strings and
parserInlineTags
Tags:
version: Release: @VER@
copyright: 2000-2007 Joshua Eichorn
since: 1.2
Class Methods
constructor ObjectWordParser [line 138]
ObjectWordParser ObjectWordParser(
[
$casesensitive = false])
Parameters:
method getWord [line 166]
method nextIsObjectOrNonNL [line 281]
boolean nextIsObjectOrNonNL(
)
Determine if the next word is an inline tag
method setup [line 149]
void setup(
array
&$input)
Set the word parser to go.
Overrides
WordParser::setup() (Initialize the WordParser)
Parameters: