PHP 클래스 Craft\AmNavPlugin

상속: extends craft\BasePlugin
파일 보기 프로젝트 열기: am-impact/amnav

공개 메소드들

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

보호된 메소드들

메소드 설명
defineSettings ( ) : array Plugin settings.

메소드 상세

addCommands() 공개 메소드

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

defineSettings() 보호된 메소드

Plugin settings.
protected defineSettings ( ) : array
리턴 array

getDeveloper() 공개 메소드

public getDeveloper ( )

getDeveloperUrl() 공개 메소드

public getDeveloperUrl ( )

getName() 공개 메소드

public getName ( )

getReleaseFeedUrl() 공개 메소드

public getReleaseFeedUrl ( )

getSchemaVersion() 공개 메소드

public getSchemaVersion ( )

getSettingsHtml() 공개 메소드

public getSettingsHtml ( )

getVersion() 공개 메소드

public getVersion ( )

hasCpSection() 공개 메소드

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

init() 공개 메소드

Load a&m nav.
public init ( )

registerCpRoutes() 공개 메소드

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