PHP Класс VanilliconPlugin, vanilla

Наследование: extends Gdn_Plugin
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

profileController_afterAddSideMenu_handler() публичный Метод

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

settingsController_vanillicon_create() публичный Метод

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

setup() публичный Метод

Set up the plugin.
public setup ( )

structure() публичный Метод

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