프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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. |
public __construct ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : void | ||
$class | ReflectionClass | |
$reader | Doctrine\Common\Annotations\SimpleAnnotationReader | |
리턴 | void |
protected getMethodAnnotations ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : array | ||
$class | ReflectionClass | |
$reader | Doctrine\Common\Annotations\SimpleAnnotationReader | |
리턴 | array |