Zend Framework  3.0
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
PropertyReflection Class Reference

Public Member Functions

 getDeclaringClass ()
 Get declaring class reflection object.
 
 getDocComment ()
 Get DocBlock comment.
 
 getDocBlock ()
 
 getAnnotations (AnnotationManager $annotationManager)
 
 toString ()
 

Protected Member Functions

 createFileScanner ($filename)
 Creates a new FileScanner instance.
 

Protected Attributes

 $annotations
 

Detailed Description

Todo:
implement line numbers

Member Function Documentation

createFileScanner (   $filename)
protected

Creates a new FileScanner instance.

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

Parameters
string$filename
Returns
CachingFileScanner
getAnnotations ( AnnotationManager  $annotationManager)
Parameters
AnnotationManager$annotationManager
Returns
AnnotationScanner
getDeclaringClass ( )

Get declaring class reflection object.

Returns
ClassReflection
getDocBlock ( )
Returns
false|DocBlockReflection
getDocComment ( )

Get DocBlock comment.

Returns
string|false False if no DocBlock defined
toString ( )
Returns
string

Implements ReflectionInterface.

Member Data Documentation

$annotations
protected