File manager - Edit - /var/www/payraty/helpdesk/vendor/itsgoingd/clockwork/Clockwork/Storage/StorageInterface.php
Back
<?php namespace Clockwork\Storage; use Clockwork\Request\Request; // Interface for requests storage implementations interface StorageInterface { // Returns all requests public function all(Search $search = null); // Return a single request by id public function find($id); // Return the latest request public function latest(Search $search = null); // Return requests received before specified id, optionally limited to specified count public function previous($id, $count = null, Search $search = null); // Return requests received after specified id, optionally limited to specified count public function next($id, $count = null, Search $search = null); // Store request public function store(Request $request); // Update existing request public function update(Request $request); // Cleanup old requests public function cleanup(); }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings