SloodlePresenterSlideDefines a single slide from a presentation, containing raw data.
The data will usually need to interpreted by a slide plugin.
Located in /lib/modules/module_presenter.php (line 402)
SloodlePresenterSlide
SloodlePresenterSlide
([ $id = 0], [ $presenter = null], [ $name = ''], [ $source = ''], [ $type = ''], [ $ordering = 0], [ $slideposition = 0])
int
$id
= 0 (line 425)
The ID of this slide in the DB table of slides.
string
$name
= '' (line 439)
The name of this slide
integer
$ordering
= 0 (line 462)
The ordering value for this slide. This should not generally be used. Refer to 'slideposition' instead.
SloodleModulePresenter
$presenter
= null (line 432)
The SloodleModulePresenter object relating the presentation this slide is in
integer
$slideposition
= 0 (line 469)
The position of this slide in the presentation. This is a 1-based count.
string
$source
= '' (line 448)
The source data for this slide. Normally this would be an absolute url (starting with a protocol specifier like HTTP), or a relative path, in which case it is treated as an internal Moodle file.
Plugins may alternatively use this to store data which is to be rendered.
string
$type
= '' (line 455)
The type of this slide. This will be the ID of a plugin, or it may be a legacy type, 'web', 'image', or 'video'.
Documentation generated on Fri, 17 Jul 2009 11:02:06 +0100 by phpDocumentor 1.4.0