mediatekformation

PropertyReflection extends ReflectionProperty
in package
implements ReflectionInterface

Tags
todo

implement line numbers

Interfaces, Classes, Traits and Enums

ReflectionInterface

Table of Contents

$annotations  : AnnotationScanner
getAnnotations()  : AnnotationScanner|false
getDeclaringClass()  : ClassReflection
Get declaring class reflection object
getDocBlock()  : false|DocBlockReflection
getDocComment()  : string|false
Get DocBlock comment
toString()  : string
createFileScanner()  : CachingFileScanner
Creates a new FileScanner instance.

Properties

Methods

getDocComment()

Get DocBlock comment

public getDocComment() : string|false
Return values
string|false

False if no DocBlock defined

createFileScanner()

Creates a new FileScanner instance.

protected createFileScanner(string $filename) : CachingFileScanner

By having this as a separate method it allows the method to be overridden if a different FileScanner is needed.

Parameters
$filename : string
Return values
CachingFileScanner

Search results