Свойство | Type | Description | |
---|---|---|---|
$class | array | The class annotations. | |
$method | array | The method annotations. |
Méthode | Description | |
---|---|---|
__construct ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : void | Create a new annotation set instance. |
Méthode | Description | |
---|---|---|
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 | |
Résultat | void |
protected getMethodAnnotations ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : array | ||
$class | ReflectionClass | |
$reader | Doctrine\Common\Annotations\SimpleAnnotationReader | |
Résultat | array |