MediaWiki master
NullBodyValidator.php
Go to the documentation of this file.
1<?php
2
4
6
11
16 public function validateBody( RequestInterface $request ) {
17 return null;
18 }
19
20}
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.