PHP Трейт Scalr\UI\Controller\Account2\Analytics\NotificationTrait

Автор: Vlad Dobrovolskiy ([email protected])
Показать файл Открыть проект

Защищенные методы

Метод Описание
saveNotifications ( integer $subjectType, array $settings, string $projectId = null ) Saves/modifies/deletes notifications
saveReports ( array $settings, string $projectId = null ) Saves/modifies/deletes reports

Описание методов

saveNotifications() защищенный Метод

Saves/modifies/deletes notifications
protected saveNotifications ( integer $subjectType, array $settings, string $projectId = null )
$subjectType integer Notification subject type
$settings array Array of notifications to create/modify
$projectId string optional Projects id.

saveReports() защищенный Метод

Saves/modifies/deletes reports
protected saveReports ( array $settings, string $projectId = null )
$settings array Array of reports to create/modify
$projectId string optional Projects id.