SelectFieldsManager
Table of Contents
Methods
- __construct() : mixed
- add() : void
- get() : array<string|int, mixed>
- has() : bool
Methods
__construct()
public
__construct() : mixed
add()
public
add(mixed $fieldName) : void
Parameters
- $fieldName : mixed
get()
public
get() : array<string|int, mixed>
Return values
array<string|int, mixed>has()
public
has(mixed $fieldName) : bool
Parameters
- $fieldName : mixed