PHP Class Craft\AmNavPlugin

Inheritance: extends craft\BasePlugin
Datei anzeigen Open project: am-impact/amnav

Public Methods

Method Description
addCommands ( ) : array Add commands to a&m command through this hook function.
getDeveloper ( )
getDeveloperUrl ( )
getName ( )
getReleaseFeedUrl ( )
getSchemaVersion ( )
getSettingsHtml ( )
getVersion ( )
hasCpSection ( ) : boolean Plugin has control panel section.
init ( ) Load a&m nav.
registerCpRoutes ( ) : array Plugin has Control Panel routes.

Protected Methods

Method Description
defineSettings ( ) : array Plugin settings.

Method Details

addCommands() public method

Add commands to a&m command through this hook function.
public addCommands ( ) : array
return array

defineSettings() protected method

Plugin settings.
protected defineSettings ( ) : array
return array

getDeveloper() public method

public getDeveloper ( )

getDeveloperUrl() public method

public getDeveloperUrl ( )

getName() public method

public getName ( )

getReleaseFeedUrl() public method

public getReleaseFeedUrl ( )

getSchemaVersion() public method

public getSchemaVersion ( )

getSettingsHtml() public method

public getSettingsHtml ( )

getVersion() public method

public getVersion ( )

hasCpSection() public method

Plugin has control panel section.
public hasCpSection ( ) : boolean
return boolean

init() public method

Load a&m nav.
public init ( )

registerCpRoutes() public method

Plugin has Control Panel routes.
public registerCpRoutes ( ) : array
return array