[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/zendframework/zend-code/src/Reflection/ -> ClassReflection.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: 283 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ClassReflection:: (15 methods):
  getDeclaringFile()
  getDocBlock()
  getAnnotations()
  getStartLine()
  getContents()
  getInterfaces()
  getMethod()
  getMethods()
  getTraits()
  getParentClass()
  getProperty()
  getProperties()
  toString()
  __toString()
  createFileScanner()


Class: ClassReflection  - X-Ref

getDeclaringFile()   X-Ref
Return the reflection file of the declaring file.

return: FileReflection

getDocBlock()   X-Ref
Return the classes DocBlock reflection object

return: DocBlockReflection

getAnnotations(AnnotationManager $annotationManager)   X-Ref

param: AnnotationManager $annotationManager
return: AnnotationCollection

getStartLine($includeDocComment = false)   X-Ref
Return the start line of the class

param: bool $includeDocComment
return: int

getContents($includeDocBlock = true)   X-Ref
Return the contents of the class

param: bool $includeDocBlock
return: string

getInterfaces()   X-Ref
Get all reflection objects of implemented interfaces

return: ClassReflection[]

getMethod($name)   X-Ref
Return method reflection by name

param: string $name
return: MethodReflection

getMethods($filter = -1)   X-Ref
Get reflection objects of all methods

param: int $filter
return: MethodReflection[]

getTraits()   X-Ref
Returns an array of reflection classes of traits used by this class.

return: array|null

getParentClass()   X-Ref
Get parent reflection class of reflected class

return: ClassReflection|bool

getProperty($name)   X-Ref
Return reflection property of this class by name

param: string $name
return: PropertyReflection

getProperties($filter = -1)   X-Ref
Return reflection properties of this class

param: int $filter
return: PropertyReflection[]

toString()   X-Ref

return: string

__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: FileScanner



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