PhpDeal\Contract\Fetcher\ParentClass\AbstractFetcher::__construct PHP Method

__construct() public method

public __construct ( string $expectedAnnotationType, Doctrine\Common\Annotations\Reader $reader )
$expectedAnnotationType string
$reader Doctrine\Common\Annotations\Reader
    public function __construct($expectedAnnotationType, Reader $reader)
    {
        $this->expectedAnnotationType = $expectedAnnotationType;
        $this->annotationReader = $reader;
    }