PHP Class VanilliconPlugin, vanilla

Inheritance: extends Gdn_Plugin
Show file Open project: vanilla/vanilla

Public Methods

Method 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 method

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

settingsController_vanillicon_create() public method

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

setup() public method

Set up the plugin.
public setup ( )

structure() public method

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