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

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

 __construct ($id=0)
 
 fill ()
 
 fillActions ()
 
 save ()
 
 delete ()
 
 setFromArray (array $values)
 
 setActionsFromArray (array $values)
 
 getActions ()
 
 __call ($name, $arguments)
 
 setEventCount ($n)
 
 getEventCount ()
 
 send ()
 

Открытые статические члены

static checkConditions ($id)
 

Защищенные статические члены

static getAgentName ($id)
 

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

 $data
 
 $eventCount = 0
 

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

@method int getId() @method boolean getActive() @method string getName() @method string getAuditTypeId() @method string getItemId() @method int getUserId() @method string getRemoteAddr() @method string getUserAgent() @method string getRequestUri() @method int getCheckInterval() @method int getAlertCount() @method Main\Type\DateTime getDateChecked() @method $this setActive($arg) @method $this setName($arg) @method $this setAuditTypeId($arg) @method $this setItemId($arg) @method $this setUserId($arg) @method $this setRemoteAddr($arg) @method $this setUserAgent($arg) @method $this setRequestUri($arg) @method $this setCheckInterval($arg) @method $this setAlertCount($arg) @method $this setDateChecked($arg)

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

Конструктор(ы)

◆ __construct()

__construct ( $id = 0)

Creates (wake-ups) a notification object.

Аргументы
int$id

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

Методы

◆ __call()

__call ( $name,
$arguments )

It's magic...

Аргументы
string$name
array$arguments
Возвращает
mixed
Исключения
Main

SystemException

@noinspection PhpUndefinedMethodInspection

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

◆ checkConditions()

static checkConditions ( $id)
static

Agent function.

Аргументы
int$idNotification ID
Возвращает
string

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

◆ delete()

delete ( )

Deletes data from DB.

Возвращает
Main\ORM\Data\Result

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

◆ fill()

fill ( )

Fills data from DB.

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

◆ fillActions()

fillActions ( )

Fills the actions collection from DB.

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

◆ getActions()

getActions ( )

Returns an array of actions.

Возвращает
Action[]

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

◆ getAgentName()

static getAgentName ( $id)
staticprotected
Аргументы
int$id
Возвращает
string

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

◆ getEventCount()

getEventCount ( )
Возвращает
int

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

◆ save()

save ( )

Saves data to DB.

Возвращает
Main\ORM\Data\Result

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

◆ send()

send ( )

Sends the notification via its actions.

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

◆ setActionsFromArray()

setActionsFromArray ( array $values)

Sets actions from an array.

Аргументы
array$values

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

◆ setEventCount()

setEventCount ( $n)
Аргументы
int$n
Возвращает
$this

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

◆ setFromArray()

setFromArray ( array $values)

Sets values from an array.

Аргументы
array$values

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

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

◆ $data

$data
protected

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

◆ $eventCount

$eventCount = 0
protected

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