The Zend_Service_SlideShare_SlideShow class represents a slide show on the slideshare.net servers.

category Zend
package Zend_Service
subpackage SlideShare
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Adds a tag to the slide show

addTag(string $tag) : \Zend_Service_SlideShare_SlideShow

Parameters

$tag

string

The tag to add

Returns

\Zend_Service_SlideShare_SlideShow

Gets the description of the slide show

getDescription() : string

Returns

stringThe slide show description

Retrieves the HTML embed code for the slide show

getEmbedCode() : string

Returns

stringthe HTML embed code

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

getFilename() : string

Returns

stringThe full path & filename to the slide show

Gets the ID for the slide show

getId() : integer

Returns

integerThe slide show ID

Retrieves the location of the slide show

getLocation() : string

Returns

stringthe Location

Gets the number of views the slide show has received

getNumViews() : integer

Returns

integerThe number of views

Gets the numeric status of the slide show on the server

getStatus() : integer

Returns

integerA Zend_Service_SlideShare_SlideShow Status constant

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

getStatusDescription() : string

Returns

stringthe textual description of the service

Gets all of the tags associated with the slide show

getTags() : array

Returns

arrayAn array of tags for the slide show

Retrieves the Thumbnail URi for the slide show

getThumbnailUrl() : string

Returns

stringThe URI for the thumbnail image

Retrieves the Slide show title

getTitle() : string

Returns

stringthe Slide show title

Gets the transcript for this slide show

getTranscript() : string

Returns

stringthe Transcript

Gets the URL of the slide show

getUrl() : string

Returns

stringThe URL for the slide show

Sets the description for the Slide show

setDescription(string $desc) : \Zend_Service_SlideShare_SlideShow

Parameters

$desc

string

The description of the slide show

Returns

\Zend_Service_SlideShare_SlideShow

Sets the HTML embed code for the slide show

setEmbedCode(string $code) : \Zend_Service_SlideShare_SlideShow

Parameters

$code

string

The HTML embed code

Returns

\Zend_Service_SlideShare_SlideShow

Sets the filename on the local filesystem of the slide show (for uploading a new slide show)

setFilename(string $file) : \Zend_Service_SlideShare_SlideShow

Parameters

$file

string

The full path & filename to the slide show

Returns

\Zend_Service_SlideShare_SlideShow

Sets the ID for the slide show

setId(integer $id) : \Zend_Service_SlideShare_SlideShow

Parameters

$id

integer

The slide show ID

Returns

\Zend_Service_SlideShare_SlideShow

Sets the location of the slide show

setLocation(string $loc) : \Zend_Service_SlideShare_SlideShow

Parameters

$loc

string

The location to use

Returns

\Zend_Service_SlideShare_SlideShow

Sets the number of views the slide show has received

setNumViews(integer $views) : \Zend_Service_SlideShare_SlideShow

Parameters

$views

integer

The number of views

Returns

\Zend_Service_SlideShare_SlideShow

Sets the numeric status of the slide show on the server

setStatus(integer $status) : \Zend_Service_SlideShare_SlideShow

Parameters

$status

integer

The numeric status on the server

Returns

\Zend_Service_SlideShare_SlideShow

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

setStatusDescription(string $desc) : \Zend_Service_SlideShare_SlideShow

Parameters

$desc

string

The textual description of the status of the slide show

Returns

\Zend_Service_SlideShare_SlideShow

Sets the tags for the slide show

setTags(array $tags) : \Zend_Service_SlideShare_SlideShow

Parameters

$tags

array

An array of tags to set

Returns

\Zend_Service_SlideShare_SlideShow

Sets the Thumbnail URI for the slide show

setThumbnailUrl(string $url) : \Zend_Service_SlideShare_SlideShow

Parameters

$url

string

The URI for the thumbnail image

Returns

\Zend_Service_SlideShare_SlideShow

Sets the title for the Slide show

setTitle(string $title) : \Zend_Service_SlideShare_SlideShow

Parameters

$title

string

The slide show title

Returns

\Zend_Service_SlideShare_SlideShow

Sets the transcript for this slide show

setTranscript(string $t) : \Zend_Service_SlideShare_SlideShow

Parameters

$t

string

The transcript

Returns

\Zend_Service_SlideShare_SlideShow

Sets the URL of the slide show

setUrl(string $url) : \Zend_Service_SlideShare_SlideShow
fluent This method is part of a fluent interface and will return the same instance

Parameters

$url

string

The URL for the slide show

Returns

\Zend_Service_SlideShare_SlideShow

 Properties

 

The Description of the slide show

$_description : string

Default

 

The HTML code to embed the slide show in a web page

$_embedCode : string

Default

 

The location of the slide show

$_location : string

Default

 

The number of views this slide show has received

$_numViews : integer

Default

 

A slide show filename on the local filesystem (when uploading)

$_slideShowFilename : string

Default

 

The ID of the slide show on the server

$_slideShowId : integer

Default

 

The status of the silde show on the server

$_status : integer

Default

 

The Description of the slide show status code

$_statusDescription : string

Default

 

An array of tags associated with the slide show

$_tags : array

Default

array()
 

The URI for the thumbnail representation of the slide show

$_thumbnailUrl : string

Default

 

The title of the slide show

$_title : string

Default

 

The transcript associated with the slide show

$_transcript : string

Default

 

The URL for the slide show

$_url : string

Default

 Constants

 

STATUS_FAILED

STATUS_FAILED = 3 
 

STATUS_PROCESSING

STATUS_PROCESSING = 1 
 

Status constant mapping for web service

STATUS_QUEUED = 0 
 

STATUS_READY

STATUS_READY = 2