См. определение в файле result.php строка 13
◆ getDateSent()
Get date sent.
- Возвращает
- string
См. определение в файле result.php строка 182
◆ getDescription()
Get description text.
- Возвращает
- string
См. определение в файле result.php строка 292
◆ getEmail()
Get email.
- Возвращает
- string
См. определение в файле result.php строка 160
◆ getEntityId()
Get entity ID.
- Возвращает
- string
См. определение в файле result.php строка 138
◆ getEntityType()
Get entity type.
- Возвращает
- string
См. определение в файле result.php строка 116
◆ getMessage()
Get message text.
- Возвращает
- string
См. определение в файле result.php строка 270
◆ getModuleId()
Get module ID.
- Возвращает
- string
См. определение в файле result.php строка 94
◆ isBelongTo()
isBelongTo |
( |
| $moduleId, |
|
|
| $entityType = null ) |
Return true if result is belong to module ID and entity type.
- Аргументы
-
string | $moduleId | Module ID. |
string | $entityType,|null | Entity type. |
- Возвращает
- bool
См. определение в файле result.php строка 52
◆ isBlacklistable()
Return true if email is blacklistable.
- Возвращает
- bool
См. определение в файле result.php строка 248
◆ isError()
Return true if error.
- Возвращает
- bool
См. определение в файле result.php строка 204
◆ isNewest()
Return true if result is newest than custom date.
- Аргументы
-
DateTime | integer | $dateSent | Date sent. |
- Возвращает
- bool
См. определение в файле result.php строка 73
◆ isPermanentError()
Return true if permanent error.
- Возвращает
- bool
См. определение в файле result.php строка 226
◆ sendEvent()
Send event of receiving result.
- Возвращает
- bool
См. определение в файле result.php строка 314
◆ setBlacklistable()
setBlacklistable |
( |
| $isBlacklistable | ) |
|
Set as blacklistable.
- Аргументы
-
bool | $isBlacklistable | Is blacklistable. |
- Возвращает
- $this
См. определение в файле result.php строка 259
◆ setDateSent()
Set date sent.
- Аргументы
-
string | $dateSent | Date sent. |
- Возвращает
- $this
См. определение в файле result.php строка 193
◆ setDescription()
setDescription |
( |
| $description | ) |
|
Set description text.
- Аргументы
-
string | $description | Description. |
- Возвращает
- $this
См. определение в файле result.php строка 303
◆ setEmail()
Set email.
- Аргументы
-
- Возвращает
- $this
См. определение в файле result.php строка 171
◆ setEntityId()
Set entity ID.
- Аргументы
-
string | $entityId | Entity ID. |
- Возвращает
- $this
См. определение в файле result.php строка 149
◆ setEntityType()
setEntityType |
( |
| $entityType | ) |
|
Set entity type.
- Аргументы
-
string | $entityType | Entity type. |
- Возвращает
- $this
См. определение в файле result.php строка 127
◆ setError()
Set as error.
- Аргументы
-
- Возвращает
- $this
См. определение в файле result.php строка 215
◆ setMessage()
Set message text.
- Аргументы
-
- Возвращает
- $this
См. определение в файле result.php строка 281
◆ setModuleId()
Set module ID.
- Аргументы
-
string | $moduleId | Module ID. |
- Возвращает
- $this
См. определение в файле result.php строка 105
◆ setPermanentError()
setPermanentError |
( |
| $isPermanentError | ) |
|
Set as permanent error.
- Аргументы
-
bool | $isPermanentError | Is permanent error. |
- Возвращает
- $this
См. определение в файле result.php строка 237
◆ $dateSent
◆ $description
◆ $email
◆ $entityId
◆ $entityType
◆ $isBlacklistable
◆ $isError
◆ $isPermanentError
◆ $message
◆ $moduleId