PHP Class Piwik\Plugins\Installation\Installation

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

Protected Properties

Свойство Type Description
$installationControllerName

Méthodes publiques

Méthode Description
dispatch ( Exception | null $exception = null )
dispatchIfNotInstalledYet ( &$module, &$action, &$parameters )
displayDbConnectionMessage ( $exception = null )
getStylesheetFiles ( &$stylesheets ) Adds CSS files to list of CSS files for asset manager.
registerEvents ( )
setControllerToLoad ( $newControllerName )

Méthodes protégées

Méthode Description
getInstallationController ( )

Private Methods

Méthode Description
getMessageToInviteUserToInstallPiwik ( $message ) : string
isAllowedAction ( $action )

Method Details

dispatch() public méthode

public dispatch ( Exception | null $exception = null )
$exception Exception | null

dispatchIfNotInstalledYet() public méthode

public dispatchIfNotInstalledYet ( &$module, &$action, &$parameters )

displayDbConnectionMessage() public méthode

public displayDbConnectionMessage ( $exception = null )

getInstallationController() protected méthode

getStylesheetFiles() public méthode

Adds CSS files to list of CSS files for asset manager.
public getStylesheetFiles ( &$stylesheets )

registerEvents() public méthode

See also: Piwik\Plugin::registerEvents
public registerEvents ( )

setControllerToLoad() public méthode

public setControllerToLoad ( $newControllerName )

Property Details

$installationControllerName protected_oe property

protected $installationControllerName