SloodlePluginPresenterSlideImagePresenter plugin for showing image slides.
Located in /plugin/presenter/image.php (line 22)
SloodlePluginBase | --SloodlePluginBasePresenterSlide | --SloodlePluginPresenterSlideImage
Construct an absolute URL, based on the given source data.
Leaves existing absolute URLs alone, but converts relative URLs as necessary. (This allows the site to be moved without disrupting these slides.)
Gets the human-readable name of this plugin.
This MUST be overridden by base classes. If not, it will just return the name of the class.
Gets the internal version number of this plugin.
This MUST be overridden. This should be a number like the internal version number for Moodle modules, containing the date and release number. Format is: YYYYMMDD##. For example, "2009012302" would be the 3rd release on the 23rd January 2009.
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.
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.
Inherited From SloodlePluginBasePresenterSlide
SloodlePluginBasePresenterSlide::render_slide_for_browser()
SloodlePluginBasePresenterSlide::render_slide_for_sl()
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:01:22 +0100 by phpDocumentor 1.4.0