File manager - Edit - /var/www/payraty/helpdesk/vendor/laravel/pulse/src/Contracts/Ingest.php
Back
<?php namespace Laravel\Pulse\Contracts; use Illuminate\Support\Collection; interface Ingest { /** * Ingest the items. * * @param \Illuminate\Support\Collection<int, \Laravel\Pulse\Entry> $items */ public function ingest(Collection $items): void; /** * Digest the ingested items. */ public function digest(Storage $storage): int; /** * Trim the ingest. */ public function trim(): void; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings