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

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

 __construct (Setting $setting)
 
 save ($result)
 
 add ($message, $code, $type)
 
 list (array $filter=[])
 
 clean ()
 

Открытые атрибуты

const TYPE_NOTICE = 'notice'
 
const TYPE_ERROR = 'error'
 
const TYPE_EXCEPTION = 'exception'
 

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

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

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

◆ __construct()

__construct ( Setting $setting)

Notification constructor.

Аргументы
Setting$setting

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

Методы

◆ add()

add ( $message,
$code,
$type )

Adds new notification to instance of action

Аргументы
$message
$code
$type
Возвращает
bool

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

◆ clean()

clean ( )

Cleans all notification

Возвращает
bool

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

◆ list()

list ( array $filter = [])

Returns list of notification to instance of action

Аргументы
array$filter
Возвращает
array|null

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

◆ save()

save ( $result)

Saves all notification from event array

Аргументы
$result
Возвращает
bool

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

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

◆ TYPE_ERROR

const TYPE_ERROR = 'error'

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

◆ TYPE_EXCEPTION

const TYPE_EXCEPTION = 'exception'

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

◆ TYPE_NOTICE

const TYPE_NOTICE = 'notice'

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