Craft\RetourWidget::getSettingsHtml PHP Method

getSettingsHtml() public method

public getSettingsHtml ( ) : mixed
return mixed
    public function getSettingsHtml()
    {
        /* -- Variables to pass down to our rendered template */
        $variables = array();
        $variables['settings'] = $this->getSettings();
        return craft()->templates->render('retour/widgets/RetourWidget_Settings', $variables);
    }