Adamgoose\Routing\Annotations\Annotations\Annotation::modify PHP Метод

modify() публичный Метод

Apply the annotation's settings to the given endpoint.
public modify ( MethodEndpoint $endpoint, ReflectionMethod $method ) : void
$endpoint Adamgoose\Routing\Annotations\MethodEndpoint
$method ReflectionMethod
Результат void
    public function modify(MethodEndpoint $endpoint, ReflectionMethod $method)
    {
        //
    }