PropertyReflection
extends ReflectionProperty
in package
implements
ReflectionInterface
Tags
Table of Contents
Interfaces
- ReflectionInterface
Methods
- getDeclaringClass() : ClassReflection
- Get declaring class reflection object
- getDocBlock() : false|DocBlockReflection
- getDocComment() : string|false
- Get DocBlock comment
- toString() : string
Methods
getDeclaringClass()
Get declaring class reflection object
public
getDeclaringClass() : ClassReflection
Return values
ClassReflectiongetDocBlock()
public
getDocBlock() : false|DocBlockReflection
Return values
false|DocBlockReflectiongetDocComment()
Get DocBlock comment
public
getDocComment() : string|false
Return values
string|false —False if no DocBlock defined
toString()
public
toString() : string