RuntimeFilter
Class RuntimeFilter
Table of Contents
Methods
- addRuntime() : $this
- Add runtime field.
- getKey() : string
- Get key.
- getRuntime() : array<string|int, ExpressionField>
- Get runtime.
- getValue() : string
- Get value.
- setFilter() : $this
- Set filter.
Methods
addRuntime()
Add runtime field.
public
addRuntime(array<string|int, mixed> $field) : $this
Parameters
- $field : array<string|int, mixed>
-
Field.
Return values
$thisgetKey()
Get key.
public
getKey() : string
Return values
stringgetRuntime()
Get runtime.
public
getRuntime() : array<string|int, ExpressionField>
Return values
array<string|int, ExpressionField>getValue()
Get value.
public
getValue() : string
Return values
stringsetFilter()
Set filter.
public
setFilter(string $key, string $value) : $this
Parameters
- $key : string
-
Key.
- $value : string
-
Value.