Свойство | Тип | Описание | |
---|---|---|---|
$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 |