File manager - Edit - /var/www/payraty/helpdesk/vendor/sentry/sentry/src/Serializer/SerializableInterface.php
Back
<?php declare(strict_types=1); namespace Sentry\Serializer; /** * This interface can be used to customize how an object is serialized in the * payload of an event. */ interface SerializableInterface { /** * Returns an array representation of the object for Sentry. * * @return mixed[]|null */ public function toSentry(): ?array; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings