PHP Class Piwik\Plugins\PrivacyManager\API

Inheritance: extends Piwik\Plugin\API
Afficher le fichier Open project: piwik/piwik

Méthodes publiques

Méthode Description
activateDoNotTrack ( )
deactivateDoNotTrack ( )
setAnonymizeIpSettings ( $anonymizeIPEnable, $maskLength, $useAnonymizedIpForVisitEnrichment )
setDeleteLogsSettings ( $enableDeleteLogs = '0', $deleteLogsOlderThan = 180 )
setDeleteReportsSettings ( $enableDeleteReports, $deleteReportsOlderThan = 3, $keepBasic, $keepDay, $keepWeek, $keepMonth, $keepYear, $keepRange, $keepSegments )
setScheduleReportDeletionSettings ( $deleteLowestInterval = 7 )

Private Methods

Méthode Description
checkDataPurgeAdminSettingsIsEnabled ( )
savePurgeDataSettings ( $settings )

Method Details

activateDoNotTrack() public méthode

public activateDoNotTrack ( )

deactivateDoNotTrack() public méthode

setAnonymizeIpSettings() public méthode

public setAnonymizeIpSettings ( $anonymizeIPEnable, $maskLength, $useAnonymizedIpForVisitEnrichment )

setDeleteLogsSettings() public méthode

public setDeleteLogsSettings ( $enableDeleteLogs = '0', $deleteLogsOlderThan = 180 )

setDeleteReportsSettings() public méthode

public setDeleteReportsSettings ( $enableDeleteReports, $deleteReportsOlderThan = 3, $keepBasic, $keepDay, $keepWeek, $keepMonth, $keepYear, $keepRange, $keepSegments )

setScheduleReportDeletionSettings() public méthode

public setScheduleReportDeletionSettings ( $deleteLowestInterval = 7 )