mediatekformation

AnnotationScanner extends AnnotationCollection
in package
implements ScannerInterface

Interfaces, Classes, Traits and Enums

ScannerInterface

Table of Contents

$annotationManager  : AnnotationManager
$annotations  : array<string|int, mixed>
$docComment  : string
$isScanned  : bool
$nameInformation  : NameInformation
__construct()  : AnnotationScanner
hasAnnotation()  : bool
Checks if the collection has annotations for a class
setNameInformation()  : mixed
scan()  : mixed
tokenize()  : array<string|int, mixed>

Properties

Methods

hasAnnotation()

Checks if the collection has annotations for a class

public hasAnnotation(string $class) : bool
Parameters
$class : string
Return values
bool

scan()

protected scan(array<string|int, mixed> $tokens) : mixed
Parameters
$tokens : array<string|int, mixed>
Return values
mixed

tokenize()

protected tokenize() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results