PHP 클래스 Piwik\Plugins\PrivacyManager\Controller

상속: extends Piwik\Plugin\ControllerAdmin
파일 보기 프로젝트 열기: piwik/piwik 1 사용 예제들

공개 메소드들

메소드 설명
executeDataPurge ( ) Executes a data purge, deleting log data and report data using the current config options. Echo's the result of getDatabaseSize after purging.
getDatabaseSize ( ) Echo's an HTML chunk describing the current database size, and the estimated space savings after the scheduled data purge is run.
privacySettings ( )

보호된 메소드들

메소드 설명
getAnonymizeIPInfo ( )
getDeleteDBSizeEstimate ( $getSettingsFromQuery = false, $forceEstimate = false )
getDeleteDataInfo ( )

비공개 메소드들

메소드 설명
checkDataPurgeAdminSettingsIsEnabled ( )
getPurgeSettingsFromRequest ( ) : array Utility function. Gets the delete logs/reports settings from the request and uses them to populate config arrays.

메소드 상세

executeDataPurge() 공개 메소드

Executes a data purge, deleting log data and report data using the current config options. Echo's the result of getDatabaseSize after purging.
public executeDataPurge ( )

getAnonymizeIPInfo() 보호된 메소드

protected getAnonymizeIPInfo ( )

getDatabaseSize() 공개 메소드

Echo's an HTML chunk describing the current database size, and the estimated space savings after the scheduled data purge is run.
public getDatabaseSize ( )

getDeleteDBSizeEstimate() 보호된 메소드

protected getDeleteDBSizeEstimate ( $getSettingsFromQuery = false, $forceEstimate = false )

getDeleteDataInfo() 보호된 메소드

protected getDeleteDataInfo ( )

privacySettings() 공개 메소드

public privacySettings ( )