Settings implements JsonSerializable
FinalYes
Table of Contents
Interfaces
- JsonSerializable
Methods
- __construct() : mixed
- getCurrentType() : string
- getSupportedTypes() : array<string|int, mixed>
- isUserSortSupported() : bool
- jsonSerialize() : array<string|int, mixed>
Methods
__construct()
public
__construct(array<string|int, mixed> $supportedTypes, string $currentType) : mixed
Parameters
- $supportedTypes : array<string|int, mixed>
- $currentType : string
getCurrentType()
public
getCurrentType() : string
Return values
stringgetSupportedTypes()
public
getSupportedTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>isUserSortSupported()
public
isUserSortSupported() : bool
Return values
booljsonSerialize()
public
jsonSerialize() : array<string|int, mixed>