PHP Trait Scalr\UI\Controller\Admin\Analytics\NotificationTrait

Author: Vlad Dobrovolskiy ([email protected])
Show file Open project: scalr/scalr

Protected Methods

Method Description
saveNotifications ( integer $subjectType, array $settings, string $projectId = null ) Saves/modifies/deletes notifications
saveReports ( array $settings, string $projectId = null ) Saves/modifies/deletes reports

Method Details

saveNotifications() protected method

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() protected method

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