PHP Class VanilliconPlugin, vanilla

Inheritance: extends Gdn_Plugin
Afficher le fichier Open project: vanilla/vanilla

Méthodes publiques

Méthode Description
profileController_afterAddSideMenu_handler ( ProfileController $Sender, array $Args ) Set the vanillicon on the user' profile.
settingsController_vanillicon_create ( Gdn_Controller $sender ) The settings page for vanillicon.
setup ( ) Set up the plugin.
structure ( ) Perform any necessary database or configuration updates.

Method Details

profileController_afterAddSideMenu_handler() public méthode

Set the vanillicon on the user' profile.
public profileController_afterAddSideMenu_handler ( ProfileController $Sender, array $Args )
$Sender ProfileController
$Args array

settingsController_vanillicon_create() public méthode

The settings page for vanillicon.
public settingsController_vanillicon_create ( Gdn_Controller $sender )
$sender Gdn_Controller

setup() public méthode

Set up the plugin.
public setup ( )

structure() public méthode

Perform any necessary database or configuration updates.
public structure ( )