Piwik\Settings\Storage\Backend\PluginSettingsTable::getStorageId PHP 메소드

getStorageId() 공개 메소드

public getStorageId ( )
    public function getStorageId()
    {
        return 'PluginSettings_' . $this->pluginName . '_User_' . $this->userLogin;
    }