SproutCMS

This is the code documentation for the SproutCMS project

function addWidget()

Adds a widget to the list of widgets allowed for this area

Usage

void $WidgetArea->addWidget ( string $widget_name );

Arguments

  1. string $widget_name
    The name of the widget to add

Return value

  • void