PHP Class PhpDeal\Contract\Fetcher\ParentClass\AbstractFetcher

Datei anzeigen Open project: lisachenko/php-deal

Protected Properties

Property Type Description
$annotationReader Doctrine\Common\Annotations\Reader
$expectedAnnotationType string

Public Methods

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

Protected Methods

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

Method Details

__construct() public method

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

filterContractAnnotation() protected method

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

Property Details

$annotationReader protected_oe property

protected Reader,Doctrine\Common\Annotations $annotationReader
return Doctrine\Common\Annotations\Reader

$expectedAnnotationType protected_oe property

protected string $expectedAnnotationType
return string