Interfaces, Classes, Traits and Enums
- ScannerInterface
Table of Contents
-
$annotationManager
: AnnotationManager
-
$annotations
: array<string|int, mixed>
-
$docComment
: string
-
$isScanned
: bool
-
$longDescription
: string
-
$nameInformation
: NameInformation
-
$shortDescription
: string
-
$tags
: array<string|int, mixed>
-
__construct()
: mixed
-
getAnnotations()
: array<string|int, mixed>
-
getLongDescription()
: string
-
getShortDescription()
: string
-
getTags()
: array<string|int, mixed>
-
scan()
: void
-
tokenize()
: array<string|int, mixed>
$annotationManager
protected
AnnotationManager
$annotationManager
$annotations
protected
array<string|int, mixed>
$annotations
= []
protected
string
$docComment
$isScanned
protected
bool
$isScanned
= false
$longDescription
protected
string
$longDescription
= ''
protected
NameInformation
$nameInformation
$shortDescription
protected
string
$shortDescription
protected
array<string|int, mixed>
$tags
= []
__construct()
public
__construct(string $docComment[, null|NameInformation $nameInformation = null ]) : mixed
Parameters
-
$docComment
: string
-
-
$nameInformation
: null|NameInformation
= null
-
Return values
mixed
—
getAnnotations()
public
getAnnotations() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getLongDescription()
public
getLongDescription() : string
Return values
string
—
getShortDescription()
public
getShortDescription() : string
Return values
string
—
public
getTags() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
scan()
protected
scan() : void
Return values
void
—
tokenize()
protected
tokenize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—