Icon
Table of Contents
Constants
-
AI_COPILOT
= 'ai-copilot'
-
AI_PROCESS
= 'ai-process'
-
ARROW_DOWN
= 'arrow-down'
-
ARROW_UP
= 'arrow-up'
-
ATTENTION
= 'attention'
-
BANK_CARD
= 'bank-card'
-
BIZPROC
= 'bizproc'
-
BOOKING
= 'booking'
-
CALENDAR
= 'calendar'
-
CALL
= 'call'
-
CALL_COMPLETED
= 'call-completed'
-
CALL_INCOMING
= 'call-incoming'
-
CALL_INCOMING_MISSED
= 'call-incoming-missed'
-
CALL_OUTCOMING
= 'call-outcoming'
-
CAMERA
= 'camera'
-
CHECK
= 'check'
-
CIRCLE_CHECK
= 'circle-check'
-
CIRCLE_CROSSED
= 'circle-crossed'
-
CLOCK
= 'clock'
-
COMMENT
= 'comment'
-
COMPLETE
= 'complete'
-
CONVERSION
= 'conversion'
-
COPY
= 'copy'
-
CYCLE_EQUAL
= 'cycle-equal'
-
DOCUMENT
= 'document'
-
IM
= 'IM'
-
INFO
= 'info'
-
LINK
= 'link'
-
MAIL_OUTCOME
= 'mail-outcome'
-
MESSAGE_WITH_POINT
= 'message-with-point'
-
OPENLINE_INCOMING_MESSAGE
= 'open-line-incoming-message'
-
PIPELINE
= 'pipeline'
-
RELATION
= 'relation'
-
RESTORATION
= 'restoration'
-
ROBOT
= 'robot'
-
SMS
= 'sms'
-
STAGE_CHANGE
= 'stage-change'
-
STORE
= 'store'
-
SUM
= 'sum'
-
TASK
= 'task'
-
TASK_ACTIVITY
= 'task-activity'
-
TASK_NEW_COMMENT
= 'task-new-comment'
-
TASK_PING
= 'task-ping'
-
TASK_VIEWED_COMMENT
= 'task-viewed-comment'
-
UNLINK
= 'unlink'
-
VIEW
= 'view'
-
VISIT
= 'visit'
-
WALLET
= 'wallet'
-
WHATSAPP
= 'whatsapp'
Methods
-
__construct()
: mixed
-
getData()
: array<string|int, mixed>|null
-
getSystemIcons()
: array<string|int, mixed>
-
initFromCode()
: self
-
initFromObject()
: self
AI_COPILOT
public
mixed
AI_COPILOT
= 'ai-copilot'
AI_PROCESS
public
mixed
AI_PROCESS
= 'ai-process'
ARROW_DOWN
public
mixed
ARROW_DOWN
= 'arrow-down'
ARROW_UP
public
mixed
ARROW_UP
= 'arrow-up'
ATTENTION
public
mixed
ATTENTION
= 'attention'
BANK_CARD
public
mixed
BANK_CARD
= 'bank-card'
BIZPROC
public
mixed
BIZPROC
= 'bizproc'
BOOKING
public
mixed
BOOKING
= 'booking'
CALENDAR
public
mixed
CALENDAR
= 'calendar'
CALL
public
mixed
CALL
= 'call'
CALL_COMPLETED
public
mixed
CALL_COMPLETED
= 'call-completed'
CALL_INCOMING
public
mixed
CALL_INCOMING
= 'call-incoming'
CALL_INCOMING_MISSED
public
mixed
CALL_INCOMING_MISSED
= 'call-incoming-missed'
CALL_OUTCOMING
public
mixed
CALL_OUTCOMING
= 'call-outcoming'
CAMERA
public
mixed
CAMERA
= 'camera'
CHECK
public
mixed
CHECK
= 'check'
CIRCLE_CHECK
public
mixed
CIRCLE_CHECK
= 'circle-check'
CIRCLE_CROSSED
public
mixed
CIRCLE_CROSSED
= 'circle-crossed'
CLOCK
public
mixed
CLOCK
= 'clock'
public
mixed
COMMENT
= 'comment'
COMPLETE
public
mixed
COMPLETE
= 'complete'
CONVERSION
public
mixed
CONVERSION
= 'conversion'
COPY
public
mixed
COPY
= 'copy'
CYCLE_EQUAL
public
mixed
CYCLE_EQUAL
= 'cycle-equal'
DOCUMENT
public
mixed
DOCUMENT
= 'document'
IM
public
mixed
IM
= 'IM'
INFO
public
mixed
INFO
= 'info'
LINK
public
mixed
LINK
= 'link'
MAIL_OUTCOME
public
mixed
MAIL_OUTCOME
= 'mail-outcome'
MESSAGE_WITH_POINT
public
mixed
MESSAGE_WITH_POINT
= 'message-with-point'
OPENLINE_INCOMING_MESSAGE
public
mixed
OPENLINE_INCOMING_MESSAGE
= 'open-line-incoming-message'
PIPELINE
public
mixed
PIPELINE
= 'pipeline'
RELATION
public
mixed
RELATION
= 'relation'
RESTORATION
public
mixed
RESTORATION
= 'restoration'
ROBOT
public
mixed
ROBOT
= 'robot'
SMS
public
mixed
SMS
= 'sms'
STAGE_CHANGE
public
mixed
STAGE_CHANGE
= 'stage-change'
STORE
public
mixed
STORE
= 'store'
SUM
public
mixed
SUM
= 'sum'
TASK
public
mixed
TASK
= 'task'
TASK_ACTIVITY
public
mixed
TASK_ACTIVITY
= 'task-activity'
public
mixed
TASK_NEW_COMMENT
= 'task-new-comment'
TASK_PING
public
mixed
TASK_PING
= 'task-ping'
public
mixed
TASK_VIEWED_COMMENT
= 'task-viewed-comment'
UNLINK
public
mixed
UNLINK
= 'unlink'
VIEW
public
mixed
VIEW
= 'view'
VISIT
public
mixed
VISIT
= 'visit'
WALLET
public
mixed
WALLET
= 'wallet'
WHATSAPP
public
mixed
WHATSAPP
= 'whatsapp'
__construct()
public
__construct() : mixed
getData()
public
getData() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getSystemIcons()
public
static getSystemIcons() : array<string|int, mixed>
Return values
array<string|int, mixed>
initFromCode()
public
static initFromCode(string $code) : self
Parameters
-
$code
: string
-
initFromObject()
public
static initFromObject(CustomIcon $customIcon) : self
Parameters
-
$customIcon
: CustomIcon
-