PHP 클래스 PhpDeal\Contract\Fetcher\ParentClass\AbstractFetcher

파일 보기 프로젝트 열기: lisachenko/php-deal

보호된 프로퍼티들

프로퍼티 타입 설명
$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