PHP 클래스 Craft\AmFormsPlugin

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

공개 메소드들

메소드 설명
addFlowEventServices ( ) : array Add a&m flow event services.
getDeveloper ( ) : string
getDeveloperUrl ( ) : string
getName ( ) : null | string
getReleaseFeedUrl ( )
getSchemaVersion ( ) : string
getSettingsUrl ( ) : string
getVersion ( ) : string
hasCpSection ( ) : boolean Plugin has control panel section.
onAfterInstall ( ) Install essential information after installing the plugin.
onBeforeUninstall ( ) Uninstall information that is no longer required.
registerCpRoutes ( ) : array Plugin has Control Panel routes.
registerUserPermissions ( ) : array Plugin has user permissions.

메소드 상세

addFlowEventServices() 공개 메소드

Add a&m flow event services.
public addFlowEventServices ( ) : array
리턴 array

getDeveloper() 공개 메소드

public getDeveloper ( ) : string
리턴 string

getDeveloperUrl() 공개 메소드

public getDeveloperUrl ( ) : string
리턴 string

getName() 공개 메소드

public getName ( ) : null | string
리턴 null | string

getReleaseFeedUrl() 공개 메소드

public getReleaseFeedUrl ( )

getSchemaVersion() 공개 메소드

public getSchemaVersion ( ) : string
리턴 string

getSettingsUrl() 공개 메소드

public getSettingsUrl ( ) : string
리턴 string

getVersion() 공개 메소드

public getVersion ( ) : string
리턴 string

hasCpSection() 공개 메소드

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

onAfterInstall() 공개 메소드

Install essential information after installing the plugin.
public onAfterInstall ( )

onBeforeUninstall() 공개 메소드

Uninstall information that is no longer required.
public onBeforeUninstall ( )

registerCpRoutes() 공개 메소드

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

registerUserPermissions() 공개 메소드

Plugin has user permissions.
public registerUserPermissions ( ) : array
리턴 array