Class SloodlePluginBasePresenterSlide

Description

Base class for plugins which provide slide types for the SLOODLE Presenter.

Sub-classes should override the essential functions, in addition to those in the SloodlePluginBase class. The purpose of the plugin is to render slides for output to a browser or to SL.

Located in /plugin/presenter/_base.php (line 24)

SloodlePluginBase
   |
   --SloodlePluginBasePresenterSlide
Direct descendents
Class Description
 class SloodlePluginPresenterSlideImage Presenter plugin for showing image slides.
 class SloodlePluginPresenterSlideVideo Presenter plugin for showing video slides.
 class SloodlePluginPresenterSlideWeb Presenter plugin for showing web slides.
Method Summary
Methods
render_slide_for_browser (line 39)

Render the given slide for browser output -- NOTE: render to a string, and return the string.

The title of the slide need not be included -- simply the basic iFrame or embedded player etc.

string render_slide_for_browser (SloodlePresenterSlide $slide)

Redefined in descendants as:
render_slide_for_sl (line 54)

Render the given slide for virtual-world output.

This returns two items of data in a numeric array. The first is the virtual world compatible type identifier: web, image, video, or audio (or a mime type). The second is the absolute URL to give it.

  • return: Numeric array containg (type, url)
array render_slide_for_sl (SloodlePresenterSlide $slide)

Redefined in descendants as:

Inherited Methods

Inherited From SloodlePluginBase

 SloodlePluginBase::get_id()
 SloodlePluginBase::get_plugin_description()
 SloodlePluginBase::get_plugin_name()
 SloodlePluginBase::get_version()

Documentation generated on Fri, 17 Jul 2009 11:02:50 +0100 by phpDocumentor 1.4.0