#  SearchRequest

**Fully Qualified**: [`\Frontastic\Common\FindologicBundle\Domain\SearchRequest`](../../../../src/php/FindologicBundle/Domain/SearchRequest.php)

**Extends**: [`\Kore\DataObject\DataObject`](https://github.com/kore/DataObject)

Property|Type|Default|Required|Description
--------|----|-------|--------|-----------
`query` | `string` |  | - | 
`identifier` | `null|string` |  | - | 
`attributes` | `array` |  | - | 
`outputAttributes` | `array` |  | - | 
`properties` | `array` |  | - | 
`order` | `array` |  | - | 
`count` | `int` |  | - | 
`first` | `int` |  | - | 

## Methods

* [toArray()](#toarray)

### toArray()

```php
public function toArray(): mixed
```

Return Value: `mixed`

Generated with [Frontastic API Docs](https://github.com/FrontasticGmbH/apidocs).
