Class PropertyReflection

Summary

Fully Qualified Name: Zend\Code\Reflection\PropertyReflection
Extends: ReflectionProperty
Implements: ReflectionInterface

Description

Methods

Name Description Defined By
getAnnotations() PropertyReflection
getDeclaringClass() Get declaring class reflection object PropertyReflection
getDocBlock() PropertyReflection
getDocComment() Get DocBlock comment PropertyReflection
toString() PropertyReflection

Method Details

getAnnotations()

Parameter Name Type Description
$annotationManager \AnnotationManager

Returns: \AnnotationScanner

getDeclaringClass()

Get declaring class reflection object

Returns: \ClassReflection

getDocBlock()

Returns: bool|\DocBlockReflection

getDocComment()

Get DocBlock comment

Returns: string|bool False if no DocBlock defined

toString()

Returns: string

Top