Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
RequestFormatter.php
Go to the documentation of this file.
1<?php
2
4
6
16
17 public function getDatas(?string $model = null): array {
18 return URequest::getDatas ();
19 }
20}
Ubiquity\controllers\rest\formatters$RequestFormatter This class is part of Ubiquity.
Http Request utilities, wrapper for accessing to $_GET, $_POST and php://input.
Definition URequest.php:18