PHP Class Craft\RetourWidget

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

Public Methods

Method Description
getBodyHtml ( ) : mixed
getIconPath ( ) : string
getName ( ) : mixed
getSettingsHtml ( ) : mixed
prepSettings ( mixed $settings ) : mixed

Protected Methods

Method Description
defineSettings ( ) : array

Method Details

defineSettings() protected method

protected defineSettings ( ) : array
return array

getBodyHtml() public method

public getBodyHtml ( ) : mixed
return mixed

getIconPath() public method

public getIconPath ( ) : string
return string

getName() public method

public getName ( ) : mixed
return mixed

getSettingsHtml() public method

public getSettingsHtml ( ) : mixed
return mixed

prepSettings() public method

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