Reflection class for a {@}source tag in a Docblock.
Cloneable
Final
Instantiable
Methods |
public
__construct
(
$startingLine
,
$lineCount
=
NULL
,
?
phpDocumentor
|
public __toString () : string |
public
static
create
(
string
$body
,
?
phpDocumentor |
public
getLineCount
() : ?
int
Returns the number of lines.
|
public
getStartingLine
() :
int
Gets the starting line.
|
Properties |
protected
$name
|
Properties |
private
$lineCount
|
private
$startingLine
|
Methods |
public
static
create
(
string
$body
,
?
phpDocumentor |