PHP 클래스 ApiGen\Parser\Reflection\Extractors\AnnotationMethodExtractor

상속: implements ApiGen\Contracts\Parser\Reflection\Extractors\AnnotationMethodExtractorInterface
파일 보기 프로젝트 열기: apigen/apigen 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ReflectionFactory $reflectionFactory )
extractFromReflection ( ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface $reflectionClass )

비공개 메소드들

메소드 설명
attachMethodParameters ( ApiGen\Parser\Reflection\ReflectionMethodMagic $method, string $args )
getStartLine ( string $annotation ) : integer
processMagicMethodAnnotation ( string $annotation ) : ApiGen\Parser\Reflection\ReflectionMethodMagic[] | array

메소드 상세

__construct() 공개 메소드

public __construct ( ReflectionFactory $reflectionFactory )
$reflectionFactory ApiGen\Parser\Reflection\TokenReflection\ReflectionFactory

extractFromReflection() 공개 메소드

public extractFromReflection ( ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface $reflectionClass )
$reflectionClass ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface