360. Class

360.1. Zend\Di\Definition\IntrospectionStrategy

Strategy used to discover methods to be considered as endpoints for dependency injection based on implemented interfaces, annotations and method names

360.1.1. Methods

360.1.1.1. __construct

__construct()

Constructor

Parameters:null|AnnotationManager

360.1.1.2. getAnnotationManager

getAnnotationManager()

Get annotation manager

Return type:null|AnnotationManager

360.1.1.3. createDefaultAnnotationManager

createDefaultAnnotationManager()

Create default annotation manager

Return type:AnnotationManager

360.1.1.4. setUseAnnotations

setUseAnnotations()

set use annotations

Parameters:bool

360.1.1.5. getUseAnnotations

getUseAnnotations()

Get use annotations

Return type:bool

360.1.1.6. setMethodNameInclusionPatterns

setMethodNameInclusionPatterns()

Set method name inclusion pattern

Parameters:array

360.1.1.7. getMethodNameInclusionPatterns

getMethodNameInclusionPatterns()

Get method name inclusion pattern

Return type:array

360.1.1.8. setInterfaceInjectionInclusionPatterns

setInterfaceInjectionInclusionPatterns()

Set interface injection inclusion patterns

Parameters:array

360.1.1.9. getInterfaceInjectionInclusionPatterns

getInterfaceInjectionInclusionPatterns()

Get interface injection inclusion patterns

Return type:array