PHP Class Adamgoose\Routing\Annotations\Annotations\Middleware

Inheritance: extends Annotation
Afficher le fichier Open project: adamgoose/laravel-annotations

Méthodes publiques

Méthode Description
modify ( MethodEndpoint $endpoint, ReflectionMethod $method )
modifyCollection ( EndpointCollection $endpoints, ReflectionClass $class )

Method Details

modify() public méthode

public modify ( MethodEndpoint $endpoint, ReflectionMethod $method )
$endpoint Adamgoose\Routing\Annotations\MethodEndpoint
$method ReflectionMethod

modifyCollection() public méthode

public modifyCollection ( EndpointCollection $endpoints, ReflectionClass $class )
$endpoints Adamgoose\Routing\Annotations\EndpointCollection
$class ReflectionClass