PHP Class Craft\InstantAnalyticsPlugin

Inheritance: extends craft\BasePlugin
Datei anzeigen Open project: nystudio107/instantanalytics Class Usage Examples

Public Methods

Method Description
addTwigExtension ( ) : mixed
getDescription ( ) : mixed
getDeveloper ( ) : string
getDeveloperUrl ( ) : string
getDocumentationUrl ( ) : string
getName ( ) : mixed
getReleaseFeedUrl ( ) : string
getSchemaVersion ( ) : string
getSettingsHtml ( ) : mixed
getSettingsUrl ( )
getVersion ( ) : string
hasCpSection ( ) : boolean
init ( ) : mixed
onAfterInstall ( )
onAfterUninstall ( )
onBeforeInstall ( )
onBeforeUninstall ( )
prepSettings ( mixed $settings ) : mixed
registerSiteRoutes ( ) : array

Protected Methods

Method Description
defineSettings ( ) : array

Private Methods

Method Description
_getPullFieldsFromLayoutId ( $layoutId ) : array

Method Details

addTwigExtension() public method

public addTwigExtension ( ) : mixed
return mixed

defineSettings() protected method

protected defineSettings ( ) : array
return array

getDescription() public method

public getDescription ( ) : mixed
return mixed

getDeveloper() public method

public getDeveloper ( ) : string
return string

getDeveloperUrl() public method

public getDeveloperUrl ( ) : string
return string

getDocumentationUrl() public method

public getDocumentationUrl ( ) : string
return string

getName() public method

public getName ( ) : mixed
return mixed

getReleaseFeedUrl() public method

public getReleaseFeedUrl ( ) : string
return string

getSchemaVersion() public method

public getSchemaVersion ( ) : string
return string

getSettingsHtml() public method

public getSettingsHtml ( ) : mixed
return mixed

getSettingsUrl() public method

public getSettingsUrl ( )

getVersion() public method

public getVersion ( ) : string
return string

hasCpSection() public method

public hasCpSection ( ) : boolean
return boolean

init() public method

public init ( ) : mixed
return mixed

onAfterInstall() public method

public onAfterInstall ( )

onAfterUninstall() public method

public onAfterUninstall ( )

onBeforeInstall() public method

public onBeforeInstall ( )

onBeforeUninstall() public method

public onBeforeUninstall ( )

prepSettings() public method

public prepSettings ( mixed $settings ) : mixed
$settings mixed The Widget's settings
return mixed

registerSiteRoutes() public method

public registerSiteRoutes ( ) : array
return array