Свойство | Тип | Описание | |
---|---|---|---|
$annotationReader | Doctrine\Common\Annotations\Reader | ||
$expectedAnnotationType | string |
Метод | Описание | |
---|---|---|
__construct ( string $expectedAnnotationType, Doctrine\Common\Annotations\Reader $reader ) |
Метод | Описание | |
---|---|---|
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 | |
Результат | array |
protected Reader,Doctrine\Common\Annotations $annotationReader | ||
Результат | Doctrine\Common\Annotations\Reader |
protected string $expectedAnnotationType | ||
Результат | string |