Property | Type | Description | |
---|---|---|---|
$annotationReader | Doctrine\Common\Annotations\Reader | ||
$expectedAnnotationType | string |
Method | Description | |
---|---|---|
__construct ( string $expectedAnnotationType, Doctrine\Common\Annotations\Reader $reader ) |
Method | Description | |
---|---|---|
filterContractAnnotation ( array $annotations ) : array | Performs filtering of annotations by the requested class name |
public __construct ( string $expectedAnnotationType, Doctrine\Common\Annotations\Reader $reader ) | ||
$expectedAnnotationType | string | |
$reader | Doctrine\Common\Annotations\Reader |
protected filterContractAnnotation ( array $annotations ) : array | ||
$annotations | array | |
return | array |
protected Reader,Doctrine\Common\Annotations $annotationReader | ||
return | Doctrine\Common\Annotations\Reader |
protected string $expectedAnnotationType | ||
return | string |