File manager - Edit - /home/autoph/public_html/projects/api/vendor/pecee/simple-router/tests/Pecee/SimpleRouter/Dummy/ResourceController.php
Back
<?php class ResourceController implements \Pecee\Controllers\IResourceController { public function index() : ?string { return 'index'; } public function show($id) : ?string { return 'show ' . $id; } public function store() : ?string { return 'store'; } public function create() : ?string { return 'create'; } public function edit($id) : ?string { return 'edit ' . $id; } public function update($id) : ?string { return 'update ' . $id; } public function destroy($id) : ?string { return 'destroy ' . $id; } }
| ver. 1.4 |
.
| PHP 8.0.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings