Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Result

Открытые члены

 isBelongTo ($moduleId, $entityType=null)
 
 isNewest ($dateSent)
 
 getModuleId ()
 
 setModuleId ($moduleId)
 
 getEntityType ()
 
 setEntityType ($entityType)
 
 getEntityId ()
 
 setEntityId ($entityId)
 
 getEmail ()
 
 setEmail ($email)
 
 getDateSent ()
 
 setDateSent ($dateSent)
 
 isError ()
 
 setError ($isError)
 
 isPermanentError ()
 
 setPermanentError ($isPermanentError)
 
 isBlacklistable ()
 
 setBlacklistable ($isBlacklistable)
 
 getMessage ()
 
 setMessage ($message)
 
 getDescription ()
 
 setDescription ($description)
 
 sendEvent ()
 

Защищенные данные

 $moduleId
 
 $entityType
 
 $entityId
 
 $email
 
 $dateSent = 0
 
 $isError
 
 $isPermanentError
 
 $isBlacklistable
 
 $message
 
 $description
 

Подробное описание

См. определение в файле result.php строка 13

Методы

◆ getDateSent()

getDateSent ( )

Get date sent.

Возвращает
string

См. определение в файле result.php строка 182

◆ getDescription()

getDescription ( )

Get description text.

Возвращает
string

См. определение в файле result.php строка 292

◆ getEmail()

getEmail ( )

Get email.

Возвращает
string

См. определение в файле result.php строка 160

◆ getEntityId()

getEntityId ( )

Get entity ID.

Возвращает
string

См. определение в файле result.php строка 138

◆ getEntityType()

getEntityType ( )

Get entity type.

Возвращает
string

См. определение в файле result.php строка 116

◆ getMessage()

getMessage ( )

Get message text.

Возвращает
string

См. определение в файле result.php строка 270

◆ getModuleId()

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$moduleIdModule ID.
string$entityType,|nullEntity type.
Возвращает
bool

См. определение в файле result.php строка 52

◆ isBlacklistable()

isBlacklistable ( )

Return true if email is blacklistable.

Возвращает
bool

См. определение в файле result.php строка 248

◆ isError()

isError ( )

Return true if error.

Возвращает
bool

См. определение в файле result.php строка 204

◆ isNewest()

isNewest ( $dateSent)

Return true if result is newest than custom date.

Аргументы
DateTime | integer$dateSentDate sent.
Возвращает
bool

См. определение в файле result.php строка 73

◆ isPermanentError()

isPermanentError ( )

Return true if permanent error.

Возвращает
bool

См. определение в файле result.php строка 226

◆ sendEvent()

sendEvent ( )

Send event of receiving result.

Возвращает
bool

См. определение в файле result.php строка 314

◆ setBlacklistable()

setBlacklistable ( $isBlacklistable)

Set as blacklistable.

Аргументы
bool$isBlacklistableIs blacklistable.
Возвращает
$this

См. определение в файле result.php строка 259

◆ setDateSent()

setDateSent ( $dateSent)

Set date sent.

Аргументы
string$dateSentDate sent.
Возвращает
$this

См. определение в файле result.php строка 193

◆ setDescription()

setDescription ( $description)

Set description text.

Аргументы
string$descriptionDescription.
Возвращает
$this

См. определение в файле result.php строка 303

◆ setEmail()

setEmail ( $email)

Set email.

Аргументы
string$emailEmail.
Возвращает
$this

См. определение в файле result.php строка 171

◆ setEntityId()

setEntityId ( $entityId)

Set entity ID.

Аргументы
string$entityIdEntity ID.
Возвращает
$this

См. определение в файле result.php строка 149

◆ setEntityType()

setEntityType ( $entityType)

Set entity type.

Аргументы
string$entityTypeEntity type.
Возвращает
$this

См. определение в файле result.php строка 127

◆ setError()

setError ( $isError)

Set as error.

Аргументы
bool$isErrorIs error.
Возвращает
$this

См. определение в файле result.php строка 215

◆ setMessage()

setMessage ( $message)

Set message text.

Аргументы
string$messageMessage.
Возвращает
$this

См. определение в файле result.php строка 281

◆ setModuleId()

setModuleId ( $moduleId)

Set module ID.

Аргументы
string$moduleIdModule ID.
Возвращает
$this

См. определение в файле result.php строка 105

◆ setPermanentError()

setPermanentError ( $isPermanentError)

Set as permanent error.

Аргументы
bool$isPermanentErrorIs permanent error.
Возвращает
$this

См. определение в файле result.php строка 237

Данные класса

◆ $dateSent

$dateSent = 0
protected

См. определение в файле result.php строка 28

◆ $description

$description
protected

См. определение в файле result.php строка 43

◆ $email

$email
protected

См. определение в файле result.php строка 25

◆ $entityId

$entityId
protected

См. определение в файле result.php строка 22

◆ $entityType

$entityType
protected

См. определение в файле result.php строка 19

◆ $isBlacklistable

$isBlacklistable
protected

См. определение в файле result.php строка 37

◆ $isError

$isError
protected

См. определение в файле result.php строка 31

◆ $isPermanentError

$isPermanentError
protected

См. определение в файле result.php строка 34

◆ $message

$message
protected

См. определение в файле result.php строка 40

◆ $moduleId

$moduleId
protected

См. определение в файле result.php строка 16