PHP Class Adamgoose\Routing\Annotations\AnnotationSet

Afficher le fichier Open project: adamgoose/laravel-annotations

Méthodes publiques

Свойство Type Description
$class array The class annotations.
$method array The method annotations.

Méthodes publiques

Méthode Description
__construct ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : void Create a new annotation set instance.

Méthodes protégées

Méthode Description
getMethodAnnotations ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : array Get the method annotations for a given class.

Method Details

__construct() public méthode

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

getMethodAnnotations() protected méthode

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
Résultat array

Property Details

$class public_oe property

The class annotations.
public array $class
Résultat array

$method public_oe property

The method annotations.
public array $method
Résultat array