PHP 클래스 Adamgoose\Routing\Annotations\AnnotationSet

파일 보기 프로젝트 열기: adamgoose/laravel-annotations

공개 프로퍼티들

프로퍼티 타입 설명
$class array The class annotations.
$method array The method annotations.

공개 메소드들

메소드 설명
__construct ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : void Create a new annotation set instance.

보호된 메소드들

메소드 설명
getMethodAnnotations ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : array Get the method annotations for a given class.

메소드 상세

__construct() 공개 메소드

Create a new annotation set instance.
public __construct ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : void
$class ReflectionClass
$reader Doctrine\Common\Annotations\SimpleAnnotationReader
리턴 void

getMethodAnnotations() 보호된 메소드

Get the method annotations for a given class.
protected getMethodAnnotations ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : array
$class ReflectionClass
$reader Doctrine\Common\Annotations\SimpleAnnotationReader
리턴 array

프로퍼티 상세

$class 공개적으로 프로퍼티

The class annotations.
public array $class
리턴 array

$method 공개적으로 프로퍼티

The method annotations.
public array $method
리턴 array