PHP Class Piwik\Plugins\SitesManager\Controller

Inheritance: extends Piwik\Plugin\ControllerAdmin
Show file Open project: piwik/piwik

Public Methods

Method Description
displayJavascriptCode ( ) : string Displays the admin UI page showing all tracking tags
downloadPiwikTracker ( ) User will download a file called PiwikTracker.php that is the content of the actual script
getGlobalSettings ( )
globalSettings ( )
index ( ) Main view showing listing of websites and settings
setGlobalSettings ( ) Records Global settings when user submit changes
siteWithoutData ( )

Method Details

displayJavascriptCode() public method

Displays the admin UI page showing all tracking tags
public displayJavascriptCode ( ) : string
return string

downloadPiwikTracker() public method

User will download a file called PiwikTracker.php that is the content of the actual script

getGlobalSettings() public method

public getGlobalSettings ( )

globalSettings() public method

public globalSettings ( )

index() public method

Main view showing listing of websites and settings
public index ( )

setGlobalSettings() public method

Records Global settings when user submit changes
public setGlobalSettings ( )

siteWithoutData() public method

public siteWithoutData ( )