ProductSearchDeep
extends Enum
in package
This is the product search deep enumerate.
Tags
Table of Contents
LARGE | = 'LARGE' | |
---|---|---|
NONE | = 'NONE' | |
SHORT | = 'SHORT' | |
getValues() | : array<string|int, mixed> | |
isValid() | Check if the given value is inside the called enumerate. | : bool |
Constants
LARGE
public
mixed
LARGE
= 'LARGE'
NONE
public
mixed
NONE
= 'NONE'
SHORT
public
mixed
SHORT
= 'SHORT'
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