См. определение в файле mailcontact.php строка 8
◆ getContactsData()
static getContactsData |
( |
| $mailsField, |
|
|
| $userId, |
|
|
| $addedFrom ) |
|
static |
returns array of fields and their values for adding to database
- Аргументы
-
$mailsField | |
$userId | |
$addedFrom | |
- Возвращает
- array
- Исключения
-
ReflectionException
См. определение в файле mailcontact.php строка 104
◆ getIconData()
static getIconData |
( |
| $email, |
|
|
| $name, |
|
|
| $lastName = null ) |
|
static |
- Аргументы
-
| $email | |
| $name | |
null | $lastName | |
- Возвращает
- array
- Исключения
-
ReflectionException
См. определение в файле mailcontact.php строка 37
◆ getInitials()
static getInitials |
( |
| $email, |
|
|
| $name = null, |
|
|
| $lastName = null ) |
|
static |
return two symbols from name and last name, or 1 - from name or email
- Аргументы
-
| $email | |
| $name | |
null | $lastName | |
- Возвращает
- string
См. определение в файле mailcontact.php строка 72
◆ getRandomColor()
static getRandomColor |
( |
| ) |
|
|
static |
- Возвращает
- mixed
- Исключения
-
ReflectionException
См. определение в файле mailcontact.php строка 49
◆ COLOR_AMBER
const COLOR_AMBER = '#FFC107' |
◆ COLOR_BLUE
const COLOR_BLUE = '#2fc6f6' |
◆ COLOR_BLUE_GREY
const COLOR_BLUE_GREY = '#607D8B' |
◆ COLOR_BROWN
const COLOR_BROWN = '#af7e00' |
◆ COLOR_CYAN
const COLOR_CYAN = '#47e4c2' |
◆ COLOR_DEEP_ORANGE
const COLOR_DEEP_ORANGE = '#FF5722' |
◆ COLOR_DEEP_PURPLE
const COLOR_DEEP_PURPLE = '#673AB7' |
◆ COLOR_GREEN
const COLOR_GREEN = '#9dcf01' |
◆ COLOR_GREY
const COLOR_GREY = '#a8adb4' |
◆ COLOR_INDIGO
const COLOR_INDIGO = '#3F51B5' |
◆ COLOR_LIGHT_BLUE
const COLOR_LIGHT_BLUE = '#56d1e0' |
◆ COLOR_LIGHT_GREEN
const COLOR_LIGHT_GREEN = '#8BC34A' |
◆ COLOR_LIME
const COLOR_LIME = '#CDDC39' |
◆ COLOR_ORANGE
const COLOR_ORANGE = '#ffa900' |
◆ COLOR_PINK
const COLOR_PINK = '#ff5b55' |
◆ COLOR_PURPLE
const COLOR_PURPLE = '#9985dd' |
◆ COLOR_RED
const COLOR_RED = '#F44336' |
◆ COLOR_TEAL
const COLOR_TEAL = '#009688' |
◆ COLOR_YELLOW
const COLOR_YELLOW = '#FFEB3B' |