Craft\RetourWidget::getSettingsHtml PHP Méthode

getSettingsHtml() public méthode

public getSettingsHtml ( ) : mixed
Résultat 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);
    }