Adamgoose\Routing\Annotations\Annotations\Annotation::modify PHP Method

modify() public method

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