UserKeyCriteria
extends Enum
in package
This is the user key criteria enumerate.
Tags
Table of Contents
= 'EMAIL' | ||
PID | = 'PID' | |
UNIQUE_ID | = 'UNIQUE_ID' | |
getValues() | : array<string|int, mixed> | |
isValid() | Check if the given value is inside the called enumerate. | : bool |
Constants
public
mixed
EMAIL
= 'EMAIL'
PID
public
mixed
PID
= 'PID'
UNIQUE_ID
public
mixed
UNIQUE_ID
= 'UNIQUE_ID'
Methods
getValues()
public
static getValues() : array<string|int, mixed>
Return values
array<string|int, mixed> —isValid()
Check if the given value is inside the called enumerate.
public
static isValid(string $value) : bool
Parameters
- $value : string
-
value to check