MM
Size: a a a
MM
MM
КГ
КГ
AW
MM
MM
AW
final class ScreeningCheck extends Enum
{
public static self $CREDIT;
public static self $CRIMINAL;
public static self $EVICTION;
protected static function initializeInstances(): void
{
static::$CREDIT = new self('credit');
static::$CRIMINAL = new self('criminal');
static::$EVICTION = new self('eviction');
}
}
MM
AW
АС
MM
MM
AW
КГ
AW
MM
AW
АС
class GenderValue extends EnumValue
{
protected const VALUES = ['male', 'female'];
}