PHP 트레잇 Scalr\UI\Controller\Admin\Analytics\NotificationTrait

저자: Vlad Dobrovolskiy ([email protected])
파일 보기 프로젝트 열기: scalr/scalr

보호된 메소드들

메소드 설명
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.