SearchQueryTermGroup
- Type
- Class
- Namespace
- Craft
- Inherits
- Craft\SearchQueryTermGroup
- Since
- 1.0
Search Query Term Group class
Contains multiple SearchQueryTerm instances, each representing a term in the search query that was combined by "OR".
See also http://craftcms.com
View source (opens new window)
# Public Properties
| Property | Description |
|---|---|
| $terms | array (opens new window) |
# $terms
Signature
public array $terms = null
# Public Methods
| Method | Description |
|---|---|
| __construct() | Constructor |
# __construct()
Signature
public Craft\SearchQueryTermGroup __construct ( $terms = [] )