|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| getLocation () | |
| setLocation ($loc) | |
| getTranscript () | |
| setTranscript ($t) | |
| addTag ($tag) | |
| setTags (Array $tags) | |
| getTags () | |
| setFilename ($file) | |
| getFilename () | |
| setId ($id) | |
| getId () | |
| setEmbedCode ($code) | |
| getEmbedCode () | |
| setThumbnailUrl ($url) | |
| getThumbnailUrl () | |
| setTitle ($title) | |
| getTitle () | |
| setDescription ($desc) | |
| getDescription () | |
| setStatus ($status) | |
| getStatus () | |
| setStatusDescription ($desc) | |
| getStatusDescription () | |
| setPermaLink ($url) | |
| getPermaLink () | |
| setNumViews ($views) | |
| getNumViews () | |
Data Fields | |
| const | STATUS_QUEUED = 0 |
| const | STATUS_PROCESSING = 1 |
| const | STATUS_READY = 2 |
| const | STATUS_FAILED = 3 |
Protected Attributes | |
| $_embedCode | |
| $_thumbnailUrl | |
| $_title | |
| $_description | |
| $_status | |
| $_statusDescription | |
| $_permalink | |
| $_numViews | |
| $_slideShowId | |
| $_slideShowFilename | |
| $_tags = array() | |
| $_location | |
| $_transcript | |
Definition at line 34 of file SlideShow.php.
| addTag | ( | $ | tag | ) |
Adds a tag to the slide show
| string | $tag | The tag to add |
Definition at line 188 of file SlideShow.php.
| getDescription | ( | ) |
Gets the description of the slide show
Definition at line 345 of file SlideShow.php.

| getEmbedCode | ( | ) |
Retrieves the HTML embed code for the slide show
Definition at line 279 of file SlideShow.php.
| getFilename | ( | ) |
Retrieves the filename on the local filesystem of the slide show which will be uploaded
Definition at line 235 of file SlideShow.php.

| getId | ( | ) |
Gets the ID for the slide show
Definition at line 257 of file SlideShow.php.
| getLocation | ( | ) |
Retrieves the location of the slide show
Definition at line 143 of file SlideShow.php.
| getNumViews | ( | ) |
Gets the number of views the slide show has received
Definition at line 433 of file SlideShow.php.
| getPermaLink | ( | ) |
Gets the permanent link of the slide show
Definition at line 411 of file SlideShow.php.
| getStatus | ( | ) |
Gets the numeric status of the slide show on the server
Definition at line 367 of file SlideShow.php.
Gets the textual description of the status of the slide show on the server
Definition at line 389 of file SlideShow.php.
| getTags | ( | ) |
Gets all of the tags associated with the slide show
Definition at line 211 of file SlideShow.php.

| getThumbnailUrl | ( | ) |
Retrieves the Thumbnail URi for the slide show
Definition at line 301 of file SlideShow.php.
| getTitle | ( | ) |
Retrieves the Slide show title
Definition at line 323 of file SlideShow.php.

| getTranscript | ( | ) |
Gets the transcript for this slide show
Definition at line 165 of file SlideShow.php.
| setDescription | ( | $ | desc | ) |
Sets the description for the Slide show
| strign | $desc | The description of the slide show |
Definition at line 334 of file SlideShow.php.
| setEmbedCode | ( | $ | code | ) |
Sets the HTML embed code for the slide show
| string | $code | The HTML embed code |
Definition at line 268 of file SlideShow.php.
| setFilename | ( | $ | file | ) |
Sets the filename on the local filesystem of the slide show (for uploading a new slide show)
| string | $file | The full path & filename to the slide show |
Definition at line 223 of file SlideShow.php.
| setId | ( | $ | id | ) |
Sets the ID for the slide show
| int | $id | The slide show ID |
Definition at line 246 of file SlideShow.php.

| setLocation | ( | $ | loc | ) |
Sets the location of the slide show
| string | $loc | The location to use |
Definition at line 154 of file SlideShow.php.
| setNumViews | ( | $ | views | ) |
Sets the number of views the slide show has received
| int | $views | The number of views |
Definition at line 422 of file SlideShow.php.
| setPermaLink | ( | $ | url | ) |
Sets the permanent link of the slide show
| string | $url | The permanent URL for the slide show |
Definition at line 400 of file SlideShow.php.
| setStatus | ( | $ | status | ) |
Sets the numeric status of the slide show on the server
| int | $status | The numeric status on the server |
Definition at line 356 of file SlideShow.php.
| setStatusDescription | ( | $ | desc | ) |
Sets the textual description of the status of the slide show on the server
| string | $desc | The textual description of the status of the slide show |
Definition at line 378 of file SlideShow.php.
| setTags | ( | Array $ | tags | ) |
Sets the tags for the slide show
| array | $tags | An array of tags to set |
Definition at line 200 of file SlideShow.php.
| setThumbnailUrl | ( | $ | url | ) |
Sets the Thumbnail URI for the slide show
| string | $url | The URI for the thumbnail image |
Definition at line 290 of file SlideShow.php.
| setTitle | ( | $ | title | ) |
Sets the title for the Slide show
| string | $title | The slide show title |
Definition at line 312 of file SlideShow.php.
| setTranscript | ( | $ | t | ) |
Sets the transcript for this slide show
| string | $t | The transcript |
Definition at line 176 of file SlideShow.php.
$_description [protected] |
Definition at line 72 of file SlideShow.php.
$_embedCode [protected] |
Definition at line 51 of file SlideShow.php.
$_location [protected] |
Definition at line 128 of file SlideShow.php.
$_numViews [protected] |
Definition at line 100 of file SlideShow.php.
$_permalink [protected] |
Definition at line 93 of file SlideShow.php.
$_slideShowFilename [protected] |
Definition at line 114 of file SlideShow.php.
$_slideShowId [protected] |
Definition at line 107 of file SlideShow.php.
$_status [protected] |
Definition at line 79 of file SlideShow.php.
$_statusDescription [protected] |
Definition at line 86 of file SlideShow.php.
$_tags = array() [protected] |
Definition at line 121 of file SlideShow.php.
$_thumbnailUrl [protected] |
Definition at line 58 of file SlideShow.php.
$_title [protected] |
Definition at line 65 of file SlideShow.php.
$_transcript [protected] |
Definition at line 135 of file SlideShow.php.
| const STATUS_FAILED = 3 |
Definition at line 44 of file SlideShow.php.
| const STATUS_PROCESSING = 1 |
Definition at line 42 of file SlideShow.php.
| const STATUS_QUEUED = 0 |
Status constant mapping for web service
Definition at line 41 of file SlideShow.php.
| const STATUS_READY = 2 |
Definition at line 43 of file SlideShow.php.