mediatekformation

PropertyScanner
in package
implements ScannerInterface

Interfaces, Classes, Traits and Enums

ScannerInterface

Table of Contents

T_ARRAY  = 'array'
T_BOOLEAN  = 'boolean'
T_INTEGER  = 'int'
T_STRING  = 'string'
T_UNKNOWN  = 'unknown'
$class  : string
$docComment  : string
$isPrivate  : bool
$isProtected  : bool
$isPublic  : bool
$isScanned  : bool
$isStatic  : bool
$lineStart  : int
$name  : string
$nameInformation  : NameInformation
$scannerClass  : ClassScanner
$tokens  : array<string|int, mixed>
$value  : string
$valueType  : string
__construct()  : mixed
Constructor
__toString()  : string
getAnnotations()  : AnnotationScanner|false
getClassScanner()  : ClassScanner
getDocComment()  : string
getName()  : string
getValue()  : string
getValueType()  : string
isPrivate()  : bool
isProtected()  : bool
isPublic()  : bool
isStatic()  : bool
setClass()  : mixed
setScannerClass()  : mixed
scan()  : mixed
Scan tokens

Constants

Properties

Methods

__construct()

Constructor

public __construct(array<string|int, mixed> $propertyTokens[, NameInformation $nameInformation = null ]) : mixed
Parameters
$propertyTokens : array<string|int, mixed>
$nameInformation : NameInformation = null
Return values
mixed

getDocComment()

public getDocComment() : string
Return values
string

getValueType()

public getValueType() : string
Return values
string

setClass()

public setClass(string $class) : mixed
Parameters
$class : string
Return values
mixed

Search results