PHP Класс PhpDeal\Contract\Fetcher\ParentClass\AbstractFetcher

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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

Описание методов

__construct() публичный Метод

public __construct ( string $expectedAnnotationType, Doctrine\Common\Annotations\Reader $reader )
$expectedAnnotationType string
$reader Doctrine\Common\Annotations\Reader

filterContractAnnotation() защищенный Метод

Performs filtering of annotations by the requested class name
protected filterContractAnnotation ( array $annotations ) : array
$annotations array
Результат array

Описание свойств

$annotationReader защищенное свойство

protected Reader,Doctrine\Common\Annotations $annotationReader
Результат Doctrine\Common\Annotations\Reader

$expectedAnnotationType защищенное свойство

protected string $expectedAnnotationType
Результат string