Class ShashinWidget

Description

A collection of static methods for Shashin widgets.

  • author: Michael Toppa

Located in /ShashinWidget.php (line 20)


	
			
Method Summary
 static void initWidgets ()
 static void widgetAlbumThumbsControl ()
 static void widgetNewestControl ()
 static void widgetRandomControl ()
 static void widgetSingleControl ()
 static void widgetThumbsControl ()
 static void _widgetControl ( $name, [ $args = null])
 static void _widgetDisplay ( $args,  $widget_title,  $widget)
Methods
static initWidgets (line 38)

Registers all the Shashin widgets and their controls.

This function has several functions contained within it, which PHPDoc cannot see. These functions get their respestive widget $shashin_options and then display the widget. The functions are:

  • widgetSingle()
  • widgetRandom()
  • widgetAlbum()
  • widgetThumbs()
  • widgetNewest()
  • widgetAlbumThumbs()

  • access: public
void initWidgets ()
static widgetAlbumThumbsControl (line 152)

Displays and processes the widget control form for a table of album thumbnails.

void widgetAlbumThumbsControl ()
static widgetNewestControl (line 134)

Displays and processes the widget control form for newest images.

void widgetNewestControl ()
static widgetRandomControl (line 104)

Displays and processes the widget control form for random images.

void widgetRandomControl ()
static widgetSingleControl (line 92)

Displays and processes the widget control form for single images.

void widgetSingleControl ()
static widgetThumbsControl (line 122)

Displays and processes the widget control form for a table of thumbnails.

void widgetThumbsControl ()
static _widgetControl (line 162)

Displays the widget control form.

void _widgetControl ( $name, [ $args = null])
  • $name
  • $args
static _widgetDisplay (line 205)

Extracts widget args and displays a widget.

  • access: private
void _widgetDisplay ( $args,  $widget_title,  $widget)
  • $args
  • $widget_title
  • $widget

Documentation generated on Wed, 01 Jul 2009 07:48:18 -0400 by phpDocumentor 1.4.2