Adamgoose\Routing\Annotations\Annotations\Annotation::modify PHP Méthode

modify() public méthode

Apply the annotation's settings to the given endpoint.
public modify ( MethodEndpoint $endpoint, ReflectionMethod $method ) : void
$endpoint Adamgoose\Routing\Annotations\MethodEndpoint
$method ReflectionMethod
Résultat void
    public function modify(MethodEndpoint $endpoint, ReflectionMethod $method)
    {
        //
    }