parserSourceInlineTagrepresents inline source tag, used for function/method source
Located in /phpDocumentor/InlineTags.inc (line 377)
parserBase | --parserInlineTag | --parserSourceInlineTag
| Class | Description |
|---|---|
parserExampleInlineTag
|
Represents the example inline tag, used to display an example file inside a docblock or tutorial |
'*'|integer
$end
= '*' (line 395)
Last line to display
string
$inlinetype
= 'source' (line 383)
always 'source'
string|array
$source
= false (line 401)
tokenized source organized by line numbers for php 4.3.0+, the old
{@source} tag used a string
integer
$start
= 1 (line 389)
First line of source code to display
Inherited from parserInlineTag
parserInlineTag::$type
Inherited from parserBase
parserBase::$value
constructor
converter helper used in PHP 4.3.0+
convert the tag
gets the source string
sets the source tag's value
converter helper used in PHP 4.2.3-
only used to determine blank lines. {@source} will not be blank, probably
Inherited From parserInlineTag
parserInlineTag::parserInlineTag()
parserInlineTag::getString()
parserInlineTag::Strlen()
Inherited From parserBase
parserBase::getType()
parserBase::getValue()
parserBase::setValue()
Documentation generated on Mon, 05 Dec 2011 21:05:44 -0600 by phpDocumentor 1.4.4