parserBase | --parserInlineTag | --parserTocInlineTag
Located in File: /phpDocumentor/InlineTags.inc
Method Convert (line 1015)
array(
'tagname' => string name of tag,
'link' => tutorialLink to the tutorial,
'id' => converter specific tutorial ID from
Converter::getTutorialId()
'title' => title of the tutorial) and returns the results as the table of contents
Method setPath (line 990)
Method setTOC (line 978)
array(
array(
'tag' => parserXMLDocBookTag,
'id' => parserIdInlineTag,
'title' => title
),
...
)
parserInlineTag::$type - Element type
parserBase::$value - set to different things by its descendants
parserInlineTag::parserInlineTag() - sets up the tag
parserInlineTag::getString() - always gets an empty string
parserInlineTag::Strlen() - get length of the tag
parserBase::getType() - gets the type
parserBase::getValue() - gets the value
parserBase::setValue() - sets the given value