Documentation

MCI_Footnotes_Widget_Reference_Container extends MCI_Footnotes_Widget_Base

Registers a Widget to put the Reference Container to the widget area.

Tags
since
1.5.0

Table of Contents

__construct()  : mixed
Class Constructor. Registers the child Widget to WordPress.
form()  : void
Outputs the Settings of the Widget.
widget()  : mixed
Outputs the Content of the Widget.
get_description()  : string
Returns the Description of the child widget.
get_id()  : string
Returns an unique ID as string used for the Widget Base ID.
get_name()  : string
Returns the Public name of the Widget to be displayed in the Configuration page.
get_widget_width()  : int
Returns the width of the Widget. Default width is 250 pixel.

Methods

form()

Outputs the Settings of the Widget.

public form(mixed $instance) : void
Parameters
$instance : mixed

The instance of the widget.

Tags
since
1.5.0
Return values
void

Edit: curly quotes 2.2.0

widget()

Outputs the Content of the Widget.

public widget(mixed $args, mixed $instance) : mixed
Parameters
$args : mixed

The widget's arguments.

$instance : mixed

The instance of the widget.

Tags
since
1.5.0
Return values
mixed

get_description()

Returns the Description of the child widget.

protected get_description() : string
Tags
since
1.5.0
Return values
string

Edit: curly quotes 2.2.0

get_id()

Returns an unique ID as string used for the Widget Base ID.

protected get_id() : string
Tags
since
1.5.0
Return values
string

get_name()

Returns the Public name of the Widget to be displayed in the Configuration page.

protected get_name() : string
Tags
since
1.5.0
Return values
string

get_widget_width()

Returns the width of the Widget. Default width is 250 pixel.

protected get_widget_width() : int
Tags
since
1.5.0
Return values
int

Search results