PHP Class PhpDeal\Contract\Fetcher\ParentClass\AbstractFetcher

Afficher le fichier Open project: lisachenko/php-deal

Protected Properties

Свойство Type Description
$annotationReader Doctrine\Common\Annotations\Reader
$expectedAnnotationType string

Méthodes publiques

Méthode Description
__construct ( string $expectedAnnotationType, Doctrine\Common\Annotations\Reader $reader )

Méthodes protégées

Méthode Description
filterContractAnnotation ( array $annotations ) : array Performs filtering of annotations by the requested class name

Method Details

__construct() public méthode

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

filterContractAnnotation() protected méthode

Performs filtering of annotations by the requested class name
protected filterContractAnnotation ( array $annotations ) : array
$annotations array
Résultat array

Property Details

$annotationReader protected_oe property

protected Reader,Doctrine\Common\Annotations $annotationReader
Résultat Doctrine\Common\Annotations\Reader

$expectedAnnotationType protected_oe property

protected string $expectedAnnotationType
Résultat string