Zend Framework  1.12
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Zend_Service_SlideShare_SlideShow Class Reference

Public Member Functions

 getLocation ()
 Retrieves the location of the slide show.
 
 setLocation ($loc)
 Sets the location of the slide show.
 
 getTranscript ()
 Gets the transcript for this slide show.
 
 setTranscript ($t)
 Sets the transcript for this slide show.
 
 addTag ($tag)
 Adds a tag to the slide show.
 
 setTags (Array $tags)
 Sets the tags for the slide show.
 
 getTags ()
 Gets all of the tags associated with the slide show.
 
 setFilename ($file)
 Sets the filename on the local filesystem of the slide show (for uploading a new slide show)
 
 getFilename ()
 Retrieves the filename on the local filesystem of the slide show which will be uploaded.
 
 setId ($id)
 Sets the ID for the slide show.
 
 getId ()
 Gets the ID for the slide show.
 
 setEmbedCode ($code)
 Sets the HTML embed code for the slide show.
 
 getEmbedCode ()
 Retrieves the HTML embed code for the slide show.
 
 setThumbnailUrl ($url)
 Sets the Thumbnail URI for the slide show.
 
 getThumbnailUrl ()
 Retrieves the Thumbnail URi for the slide show.
 
 setTitle ($title)
 Sets the title for the Slide show.
 
 getTitle ()
 Retrieves the Slide show title.
 
 setDescription ($desc)
 Sets the description for the Slide show.
 
 getDescription ()
 Gets the description of the slide show.
 
 setStatus ($status)
 Sets the numeric status of the slide show on the server.
 
 getStatus ()
 Gets the numeric status of the slide show on the server.
 
 setStatusDescription ($desc)
 Sets the textual description of the status of the slide show on the server.
 
 getStatusDescription ()
 Gets the textual description of the status of the slide show on the server.
 
 setPermaLink ($url)
 Sets the permanent link of the slide show.
 
 getPermaLink ()
 Gets the permanent link of the slide show.
 
 setNumViews ($views)
 Sets the number of views the slide show has received.
 
 getNumViews ()
 Gets the number of views the slide show has received.
 

Public Attributes

const STATUS_QUEUED = 0
 Status constant mapping for web service.
 
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
 

Member Function Documentation

addTag (   $tag)

Adds a tag to the slide show.

Parameters
string$tagThe tag to add
Returns
Zend_Service_SlideShare_SlideShow
getDescription ( )

Gets the description of the slide show.

Returns
string The slide show description
getEmbedCode ( )

Retrieves the HTML embed code for the slide show.

Returns
string the HTML embed code
getFilename ( )

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
getId ( )

Gets the ID for the slide show.

Returns
int The slide show ID
getLocation ( )

Retrieves the location of the slide show.

Returns
string the Location
getNumViews ( )

Gets the number of views the slide show has received.

Returns
int The number of views
getPermaLink ( )

Gets the permanent link of the slide show.

Returns
string the permanent URL for the slide show
getStatus ( )

Gets the numeric status of the slide show on the server.

Returns
int A Zend_Service_SlideShare_SlideShow Status constant
getStatusDescription ( )

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

Returns
string the textual description of the service
getTags ( )

Gets all of the tags associated with the slide show.

Returns
array An array of tags for the slide show
getThumbnailUrl ( )

Retrieves the Thumbnail URi for the slide show.

Returns
string The URI for the thumbnail image
getTitle ( )

Retrieves the Slide show title.

Returns
string the Slide show title
getTranscript ( )

Gets the transcript for this slide show.

Returns
string the Transcript
setDescription (   $desc)

Sets the description for the Slide show.

Parameters
string$descThe description of the slide show
Returns
Zend_Service_SlideShare_SlideShow
setEmbedCode (   $code)

Sets the HTML embed code for the slide show.

Parameters
string$codeThe HTML embed code
Returns
Zend_Service_SlideShare_SlideShow
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
setId (   $id)

Sets the ID for the slide show.

Parameters
int$idThe slide show ID
Returns
Zend_Service_SlideShare_SlideShow
setLocation (   $loc)

Sets the location of the slide show.

Parameters
string$locThe location to use
Returns
Zend_Service_SlideShare_SlideShow
setNumViews (   $views)

Sets the number of views the slide show has received.

Parameters
int$viewsThe number of views
Returns
Zend_Service_SlideShare_SlideShow
setPermaLink (   $url)

Sets the permanent link of the slide show.

Parameters
string$urlThe permanent URL for the slide show
Returns
Zend_Service_SlideShare_SlideShow
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
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
setTags ( Array  $tags)

Sets the tags for the slide show.

Parameters
array$tagsAn array of tags to set
Returns
Zend_Service_SlideShare_SlideShow
setThumbnailUrl (   $url)

Sets the Thumbnail URI for the slide show.

Parameters
string$urlThe URI for the thumbnail image
Returns
Zend_Service_SlideShare_SlideShow
setTitle (   $title)

Sets the title for the Slide show.

Parameters
string$titleThe slide show title
Returns
Zend_Service_SlideShare_SlideShow
setTranscript (   $t)

Sets the transcript for this slide show.

Parameters
string$tThe transcript
Returns
Zend_Service_SlideShare_SlideShow

Member Data Documentation

$_description
protected
$_embedCode
protected
$_location
protected
$_numViews
protected
$_permalink
protected
$_slideShowFilename
protected
$_slideShowId
protected
$_status
protected
$_statusDescription
protected
$_tags = array()
protected
$_thumbnailUrl
protected
$_title
protected
$_transcript
protected
const STATUS_FAILED = 3
const STATUS_PROCESSING = 1
const STATUS_QUEUED = 0

Status constant mapping for web service.

const STATUS_READY = 2