class QueryVarCondition implements ConditionInterface (View source)

Check against a query var value.

Methods

__construct(string $query_var, string|null $value = null)

Constructor.

boolean
isSatisfied(RequestInterface $request)

Get whether the condition is satisfied

array
getArguments(RequestInterface $request)

Get an array of arguments for use in request

Details

__construct(string $query_var, string|null $value = null)

Constructor.

Parameters

string $query_var
string|null $value

boolean isSatisfied(RequestInterface $request)

Get whether the condition is satisfied

Parameters

RequestInterface $request

Return Value

boolean

array getArguments(RequestInterface $request)

Get an array of arguments for use in request

Parameters

RequestInterface $request

Return Value

array