parserStringWithInlineTagsUsed 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) |
string
$type
= '_string' (line 784)
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'...
always '_string'
array
$value
= array() (line 795)
array of strings and parserInlineTags
Format: array(string1,string2,parserInlineTag1,string3,parserInlineTag2,...)
add (line 804)
equivalent to the . operator ($a = $b . $c)
Convert (line 924)
Use to convert the string to a real string with all inline tags parsed and linked
getString (line 896)
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)
hasInlineTag (line 835)
Determine whether the string contains any inline tags
setSource (line 853)
Pass source code to any {@source} tags contained within the string for later conversion.
trimmedStrlen (line 868)
equivalent to trim(strlen($string))
Inherited From parserBase
parserBase::getType()
parserBase::getValue()
parserBase::setValue()
Documentation generated on Mon, 05 Dec 2011 21:06:17 -0600 by phpDocumentor 1.4.4