WidgetInterface

The WidgetInterface is the base interface for all kind of widgets.

All widgets must implement this interface. It contains the methods which are required for all widgets.

Table of Contents

Methods

renderWidgetContent()  : string
This method returns the content of a widget. The returned markup will be delivered by an AJAX call and will not be escaped.

Methods

renderWidgetContent()

This method returns the content of a widget. The returned markup will be delivered by an AJAX call and will not be escaped.

public renderWidgetContent() : string

Be aware of XSS and ensure that the content is well encoded.

Return values
string

        
On this page

Search results