File manager - Edit - /var/www/payraty/helpdesk/vendor/matchish/laravel-scout-elasticsearch/src/ElasticSearch/Params/Search.php
Back
<?php namespace Matchish\ScoutElasticSearch\ElasticSearch\Params; /** * @internal */ final class Search { /** * @var string */ private $index; /** * @var array */ private $body; /** * @param string $index * @param array $body */ public function __construct(string $index, array $body) { $this->index = $index; $this->body = $body; } public function toArray(): array { return [ 'index' => $this->index, 'body' => $this->body, ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings