GetSetSearchResolverTrait
Setters and getters for the introspection.
Setters and getters to help with introspection/resolving, it's fairly simple, but extracted so it's cleaner to read the code
Table of Contents
Properties
Methods
- getIndex() : BaseIndex
- Get the current index
- setIndex() : $this
- Set the current index
Properties
$index
protected
BaseIndex
$index
Index to use
Methods
getIndex()
Get the current index
public
getIndex() : BaseIndex
Return values
BaseIndexsetIndex()
Set the current index
public
setIndex(BaseIndex $index) : $this
Parameters
- $index : BaseIndex