Description
parserBase
|
--parserInlineTag
|
--parserSourceInlineTag
Located in File: /phpDocumentor/InlineTags.inc
represents inline source tag, used for function/method source
Classes extended from parserSourceInlineTag:
- parserExampleInlineTag
- Represents the example inline tag, used to display an example file inside a docblock or tutorial
Method Detail
Summary:
void
setSource
(
string|array $source, [
string|bool $class =
false])
Constructor parserSourceInlineTag (line 414)
parserSourceInlineTag parserSourceInlineTag(
string
$value)
constructor
Parameters
- string $value: format "start [end]", where start and end are line numbers with the end line number optional
Info
Method Convert (line 481)
string Convert(
Converter
&$c)
convert the tag
Parameters
Info
Method setSource (line 459)
void setSource(
string|array
$source, [string|bool
$class = false])
Overridden in child classes as:
- parserExampleInlineTag::setSource()
- sets the source
sets the source tag's value
Parameters
- string|array $source: source code
- string|bool $class: class name if this is a method, boolean in php 4.3.0, if this is a method this will be true
Info
Method stringConvert (line 520)
string stringConvert(
Converter
&$c)
converter helper used in PHP 4.2.3-
Parameters
Info
Method Strlen (line 434)
int Strlen(
)
Overrides : parserInlineTag::Strlen() get length of the tag
only used to determine blank lines. {@source} will not be blank, probably
Info