All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ze-ph.api.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
getAttribute("queryData");
{{/internal.ze-ph.hasQueryData}}
{{/vendorExtensions}}
{{#bodyParam}}
{{^isPrimitiveType}}
        /** @var {{dataType}} $bodyData */
        $bodyData = $request->getAttribute("bodyData");
{{/isPrimitiveType}}
{{/bodyParam}}
        throw new PHException\HttpCode(500, "Not implemented");
    }
{{/operation}}
}
{{/operations}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy