File manager - Edit - /var/www/payraty/helpdesk/vendor/sentry/sentry/src/Serializer/PayloadSerializerInterface.php
Back
<?php declare(strict_types=1); namespace Sentry\Serializer; use Sentry\Event; /** * This interface defines the contract for the classes willing to serialize an * event object to a format suitable for sending over the wire to Sentry. */ interface PayloadSerializerInterface { /** * Serializes the given event object into a string. * * @param Event $event The event object */ public function serialize(Event $event): string; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings