Bolt\Storage\Query\Filter::getParameters PHP Method

getParameters() public method

Returns the array of parameters attached to this filter. These are normally used to replace placeholders at compile time.
public getParameters ( ) : array
return array
    public function getParameters()
    {
        return $this->parameters;
    }