Table of Contents
Interfaces
- TolokaTransferObject
Methods
-
ableFilters()
: mixed
-
getCategory()
: string
-
getKey()
: string
-
getOperator()
: string
-
getValue()
: string
-
setCategory()
: Filter
-
setKey()
: Filter
-
setOperator()
: Filter
-
setValue()
: Filter
-
toArray()
: array<string|int, mixed>
ableFilters()
public
ableFilters() : mixed
getCategory()
public
getCategory() : string
getKey()
public
getKey() : string
getOperator()
public
getOperator() : string
getValue()
public
getValue() : string
setCategory()
public
setCategory(string $category) : Filter
Parameters
-
$category
: string
-
setKey()
public
setKey(string $key) : Filter
Parameters
-
$key
: string
-
setOperator()
public
setOperator(string $operator) : Filter
Parameters
-
$operator
: string
-
setValue()
public
setValue(string $value) : Filter
Parameters
-
$value
: string
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>