parserBase | --parserStringWithInlineTags | --parserTag
Located in File: /phpDocumentor/DocBlockTags.inc
This class is aware of inline tags, and will automatically handle them using inherited functions
$type = '_tag' (line 69)
Overrides: Array
if phpDocumentor_get_class($blah) == 'parserBlah' always '_tag'
Constructor parserTag (line 86)
Method Convert (line 108)
Overridden in child classes as:
Overrides : parserStringWithInlineTags::Convert() Use to convert the string to a real string with all inline tags parsed and linked
Method getString (line 173)
Overridden in child classes as:
Overrides : parserStringWithInlineTags::getString() return the string unconverted (all inline tags are taken out - this should only be used in pre-parsing to see if any other text is in the string)
Method HandleEvent (line 162)
parserStringWithInlineTags::$value - array of strings and parserInlineTags
parserStringWithInlineTags::add() - equivalent to the . operator ($a = $b . $c)
parserStringWithInlineTags::Convert() - Use to convert the string to a real string with all inline tags parsed and linked
parserStringWithInlineTags::getString() - return the string unconverted (all inline tags are taken out - this should only be used in pre-parsing to see if any other text is in the string)
parserStringWithInlineTags::hasInlineTag() - Determine whether the string contains any inline tags
parserStringWithInlineTags::setSource() - Pass source code to any {@source} tags contained within the string for later conversion.
parserStringWithInlineTags::trimmedStrlen() - equivalent to trim(strlen($string))
parserBase::getType() - gets the type
parserBase::getValue() - gets the value
parserBase::setValue() - sets the given value