-
Notifications
You must be signed in to change notification settings - Fork 3
SmsConstants
André Matthies edited this page Feb 6, 2025
·
1 revision
- Full name:
\Seven\Api\Resource\Sms\SmsConstants
Constant | Visibility | Type | Value |
---|---|---|---|
LABEL_MAX_LENGTH |
public | 100 | |
LABEL_PATTERN |
public | "/[0-9a-z\-@_.]/i" | |
FOREIGN_ID_MAX_LENGTH |
public | 64 | |
FOREIGN_ID_PATTERN |
public | self::LABEL_PATTERN | |
FROM_ALPHANUMERIC_MAX |
public | 11 | |
FROM_NUMERIC_MAX |
public | 16 | |
FROM_ALLOWED_CHARS |
public | ['/', ' ', '.', '-', '@', '_', '!', '(', ')', '+', '$', ',', '&'] | |
TEXT_MAX_LENGTH |
public | 1520 | |
TTL_MIN |
public | 1 | |
TTL_MAX |
public | PHP_INT_MAX | |
TYPE_DIRECT |
public | 'direct' |
Automatically generated on 2025-02-06