parserBase | --parserStringWithInlineTags | --parserXMLDocBookTag
Located in File: /phpDocumentor/PackagePageElements.inc
This class is designed to represent all DocBook tags. It is intelligent enough to understand the <title> tag, and also the <refname> tag for as title for <refentry>
Format: array(attrname => attrvalue, attrname => attrvalue,...)
Overrides : parserStringWithInlineTags::add() equivalent to the . operator ($a = $b . $c)
There are four kinds of data in a DocBook tutorial:
if the attribute is id, value must be a parserIdInlineTag
Overrides : parserStringWithInlineTags::Convert() Use to convert the string to a real string with all inline tags parsed and linked
Passes $c to parserIdInlineTag::Convert()
This method uses the $_id members of nested docbook tags to retrieve the section defined by $subsection
For most DocBook tags, the title is represented with a <title></title> tag pair. The <refentry> top-level tag is a little different. Instead of using <title></title>, phpDocumentor uses the contents of the <refname> tag in the <refnamediv> tag