LiteralParameter implements QueryParameter
Read onlyYes
FinalYes
Interfaces
Methods
- __construct() : mixed
- queryParamName() : string
- toQueryParam() : null|array<string|int, null|bool|float|int|string>|bool|float|int|string
- type() : int|ArrayParameterType|null
Methods
__construct()
public
__construct(string $queryParamName, mixed $value[, int|ArrayParameterType|null $type = null ]) : mixed
Parameters
- $queryParamName : string
- $value : mixed
- $type : int|ArrayParameterType|null = null
queryParamName()
public
queryParamName() : string
Return values
stringtoQueryParam()
public
toQueryParam(Rows $rows) : null|array<string|int, null|bool|float|int|string>|bool|float|int|string
Parameters
- $rows : Rows
Return values
null|array<string|int, null|bool|float|int|string>|bool|float|int|stringtype()
public
type() : int|ArrayParameterType|null