PHP 클래스 Piwik\Settings\Storage\Backend\PluginSettingsTable
If a value that needs to be stored is an array, will insert a new row for each value of this array.
파일 보기
프로젝트 열기: piwik/piwik
1 사용 예제들
공개 메소드들
비공개 메소드들
메소드 상세
removeAllSettingsForPlugin()
공개 정적인 메소드
Unsets all settings for a plugin. The settings will be removed from the database. Used when
a plugin is uninstalled.
removeAllUserSettingsForUser()
공개 정적인 메소드
Unsets all settings for a user. The settings will be removed from the database. Used when
a user is deleted.
Saves (persists) the current setting values in the database.