Used to represent strings that contain inline tags, so that they can be properly parsed at link time
Located in /phpDocumentor/ParserData.inc (line 776)
parserBase | --parserStringWithInlineTags
| Class | Description |
|---|---|
| parserCData | Represents <![CDATA[ ]]> sections. |
| parserXMLDocBookTag | a standard XML DocBook Tag |
| parserCode | Used for <code> in a description |
| parserPre | Used for <pre> in a description |
| parserB | Used for <b> in a description |
| parserI | Used for <i> in a description |
| parserDescVar | Used for <var> in a description |
| parserSamp | Used for <samp> in a description |
| parserKbd | Used for <kbd> in a description |
| parserBr | Used for <br> in a description |
| parserList | Used for lists <ol> and <ul> |
| parserTag | used to represent standard tags like @access, etc. |
| parserPackagePage | |
| parserDesc | represents a short or long description in a DocBlock (parserDocBlock) |
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'...
always '_string'
array of strings and parserInlineTags
Format: array(string1,string2,parserInlineTag1,string3,parserInlineTag2,...)
equivalent to the . operator ($a = $b . $c)
Use to convert the string to a real string with all inline tags parsed and linked
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)
Determine whether the string contains any inline tags
Pass source code to any {@source} tags contained within the string for later conversion.
equivalent to trim(strlen($string))
Inherited From parserBase
parserBase::getType()
parserBase::getValue()
parserBase::setValue()
Documentation generated on Mon, 05 Dec 2011 21:00:37 -0600 by phpDocumentor 1.4.4