MediaWiki master
NullBodyValidator.php
Go to the documentation of this file.
1<?php
2
4
6
13
18 public function validateBody( RequestInterface $request ) {
19 return null;
20 }
21
22}
validateBody(RequestInterface $request)
Validate the body of a request.This may return a data structure representing the parsed body....
A request interface similar to PSR-7's ServerRequestInterface.
Interface for validating a request body.