Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_SlideShare_SlideShow Class Reference

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

Detailed Description

Definition at line 34 of file SlideShow.php.


Member Function Documentation

addTag ( tag)

Adds a tag to the slide show

Parameters:
string$tagThe tag to add
Returns:
Zend_Service_SlideShare_SlideShow

Definition at line 188 of file SlideShow.php.

Gets the description of the slide show

Returns:
string The slide show description

Definition at line 345 of file SlideShow.php.

Here is the caller graph for this function:

Retrieves the HTML embed code for the slide show

Returns:
string the HTML embed code

Definition at line 279 of file SlideShow.php.

Retrieves the filename on the local filesystem of the slide show which will be uploaded

Returns:
string The full path & filename to the slide show

Definition at line 235 of file SlideShow.php.

Here is the caller graph for this function:

getId ( )

Gets the ID for the slide show

Returns:
int The slide show ID

Definition at line 257 of file SlideShow.php.

Retrieves the location of the slide show

Returns:
string the Location

Definition at line 143 of file SlideShow.php.

Gets the number of views the slide show has received

Returns:
int The number of views

Definition at line 433 of file SlideShow.php.

Gets the permanent link of the slide show

Returns:
string the permanent URL for the slide show

Definition at line 411 of file SlideShow.php.

getStatus ( )

Gets the numeric status of the slide show on the server

Returns:
int A Zend_Service_SlideShare_SlideShow Status constant

Definition at line 367 of file SlideShow.php.

Gets the textual description of the status of the slide show on the server

Returns:
string the textual description of the service

Definition at line 389 of file SlideShow.php.

getTags ( )

Gets all of the tags associated with the slide show

Returns:
array An array of tags for the slide show

Definition at line 211 of file SlideShow.php.

Here is the caller graph for this function:

Retrieves the Thumbnail URi for the slide show

Returns:
string The URI for the thumbnail image

Definition at line 301 of file SlideShow.php.

getTitle ( )

Retrieves the Slide show title

Returns:
string the Slide show title

Definition at line 323 of file SlideShow.php.

Here is the caller graph for this function:

Gets the transcript for this slide show

Returns:
string the Transcript

Definition at line 165 of file SlideShow.php.

setDescription ( desc)

Sets the description for the Slide show

Parameters:
strign$descThe description of the slide show
Returns:
Zend_Service_SlideShare_SlideShow

Definition at line 334 of file SlideShow.php.

setEmbedCode ( code)

Sets the HTML embed code for the slide show

Parameters:
string$codeThe HTML embed code
Returns:
Zend_Service_SlideShare_SlideShow

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)

Parameters:
string$fileThe full path & filename to the slide show
Returns:
Zend_Service_SlideShare_SlideShow

Definition at line 223 of file SlideShow.php.

setId ( id)

Sets the ID for the slide show

Parameters:
int$idThe slide show ID
Returns:
Zend_Service_SlideShare_SlideShow

Definition at line 246 of file SlideShow.php.

Here is the caller graph for this function:

setLocation ( loc)

Sets the location of the slide show

Parameters:
string$locThe location to use
Returns:
Zend_Service_SlideShare_SlideShow

Definition at line 154 of file SlideShow.php.

setNumViews ( views)

Sets the number of views the slide show has received

Parameters:
int$viewsThe number of views
Returns:
Zend_Service_SlideShare_SlideShow

Definition at line 422 of file SlideShow.php.

setPermaLink ( url)

Sets the permanent link of the slide show

Parameters:
string$urlThe permanent URL for the slide show
Returns:
Zend_Service_SlideShare_SlideShow

Definition at line 400 of file SlideShow.php.

setStatus ( status)

Sets the numeric status of the slide show on the server

Parameters:
int$statusThe numeric status on the server
Returns:
Zend_Service_SlideShare_SlideShow

Definition at line 356 of file SlideShow.php.

setStatusDescription ( desc)

Sets the textual description of the status of the slide show on the server

Parameters:
string$descThe textual description of the status of the slide show
Returns:
Zend_Service_SlideShare_SlideShow

Definition at line 378 of file SlideShow.php.

setTags ( Array $  tags)

Sets the tags for the slide show

Parameters:
array$tagsAn array of tags to set
Returns:
Zend_Service_SlideShare_SlideShow

Definition at line 200 of file SlideShow.php.

setThumbnailUrl ( url)

Sets the Thumbnail URI for the slide show

Parameters:
string$urlThe URI for the thumbnail image
Returns:
Zend_Service_SlideShare_SlideShow

Definition at line 290 of file SlideShow.php.

setTitle ( title)

Sets the title for the Slide show

Parameters:
string$titleThe slide show title
Returns:
Zend_Service_SlideShare_SlideShow

Definition at line 312 of file SlideShow.php.

setTranscript ( t)

Sets the transcript for this slide show

Parameters:
string$tThe transcript
Returns:
Zend_Service_SlideShare_SlideShow

Definition at line 176 of file SlideShow.php.


Field Documentation

$_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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations