PHP 클래스 VanilliconPlugin, vanilla

상속: extends Gdn_Plugin
파일 보기 프로젝트 열기: vanilla/vanilla

공개 메소드들

메소드 설명
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 ( )