SearchForm
extends Form
in package
Class SolrSearchForm Basic form to start searching
Table of Contents
Methods
- __construct() : mixed
- SolrSearchForm constructor.
Methods
__construct()
SolrSearchForm constructor.
public
__construct([RequestHandler|null $controller = null ][, string $name = self::DEFAULT_NAME ][, FieldList|null $fields = null ][, FieldList|null $actions = null ][, Validator|null $validator = null ]) : mixed
Parameters
- $controller : RequestHandler|null = null
- $name : string = self::DEFAULT_NAME
- $fields : FieldList|null = null
- $actions : FieldList|null = null
- $validator : Validator|null = null