File manager - Edit - /var/www/payraty/helpdesk/vendor/meilisearch/meilisearch-php/src/Contracts/FederationOptions.php
Back
<?php declare(strict_types=1); namespace Meilisearch\Contracts; class FederationOptions { private ?float $weight = null; public function setWeight(float $weight): FederationOptions { $this->weight = $weight; return $this; } public function toArray(): array { return array_filter([ 'weight' => $this->weight, ], static function ($item) { return null !== $item; }); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings