PHP Class Craft\RetourPlugin

Inheritance: extends craft\BasePlugin
Datei anzeigen Open project: nystudio107/retour

Protected Properties

Property Type Description
$originalUris

Public Methods

Method Description
getDescription ( ) : mixed
getDeveloper ( ) : string
getDeveloperUrl ( ) : string
getDocumentationUrl ( ) : string
getName ( ) : mixed Returns the user-facing name.
getReleaseFeedUrl ( ) : string
getSchemaVersion ( ) : string
getVersion ( ) : string Returns the version number.
hasCpSection ( ) : boolean
init ( ) : mixed
onAfterInstall ( )
onAfterUninstall ( )
onBeforeInstall ( )
onBeforeUninstall ( )
registerCpRoutes ( )

Protected Methods

Method Description
defineSettings ( ) : array

Method Details

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

Returns the user-facing name.
public getName ( ) : mixed
return mixed

getReleaseFeedUrl() public method

public getReleaseFeedUrl ( ) : string
return string

getSchemaVersion() public method

public getSchemaVersion ( ) : string
return string

getVersion() public method

Returns the version number.
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 ( )

registerCpRoutes() public method

public registerCpRoutes ( )

Property Details

$originalUris protected_oe property

protected $originalUris