Class AnnotationScanner

Summary

Fully Qualified Name: Zend\Code\Scanner\AnnotationScanner
Extends: AnnotationCollection
Implements: ScannerInterface

Description

Methods

Name Description Defined By
__construct() AnnotationScanner
hasAnnotation() Checks if the collection has annotations for a class AnnotationCollection
setNameInformation() AnnotationScanner

Method Details

__construct()

Parameter Name Type Description
$annotationManager \AnnotationManager
$docComment string
$nameInformation \NameInformation

Returns: \AnnotationScanner

hasAnnotation()

Checks if the collection has annotations for a class

Parameter Name Type Description
$class string

Returns: bool

setNameInformation()

Parameter Name Type Description
$nameInformation \NameInformation

Returns:

Top