[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/zendframework/zend-code/src/Reflection/ -> PropertyReflection.php (summary)

Zend Framework (http://framework.zend.com/)

Copyright: Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
File Size: 114 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PropertyReflection:: (6 methods):
  getDeclaringClass()
  getDocComment()
  getDocBlock()
  getAnnotations()
  toString()
  createFileScanner()


Class: PropertyReflection  - X-Ref


getDeclaringClass()   X-Ref
Get declaring class reflection object

return: ClassReflection

getDocComment()   X-Ref
Get DocBlock comment

return: string|false False if no DocBlock defined

getDocBlock()   X-Ref

return: false|DocBlockReflection

getAnnotations(AnnotationManager $annotationManager)   X-Ref

param: AnnotationManager $annotationManager
return: AnnotationScanner

toString()   X-Ref

return: string

createFileScanner($filename)   X-Ref
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.

param: string $filename
return: CachingFileScanner



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1