Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
The Zend_Service_SlideShare_SlideShow class represents a slide show on the slideshare.net servers.
STATUS_QUEUED = '0'
Status constant mapping for web service
STATUS_PROCESSING = '1'
STATUS_READY = '2'
STATUS_FAILED = '3'
string $_description = ''
The Description of the slide show
string $_embedCode = ''
The HTML code to embed the slide show in a web page
string $_location = ''
The location of the slide show
int $_numViews = ''
The number of views this slide show has received
string $_permalink = ''
The Permanent link for the slide show
string $_slideShowFilename = ''
A slide show filename on the local filesystem (when uploading)
int $_slideShowId = ''
The ID of the slide show on the server
int $_status = ''
The status of the silde show on the server
string $_statusDescription = ''
The Description of the slide show status code
array $_tags = 'array'
An array of tags associated with the slide show
string $_thumbnailUrl = ''
The URI for the thumbnail representation of the slide show
string $_title = ''
The title of the slide show
string $_transcript = ''
The transcript associated with the slide show
addTag(
string $tag
)
:
Zend_Service_SlideShare_SlideShow
Adds a tag to the slide show
getDescription(
)
:
string
Gets the description of the slide show
getEmbedCode(
)
:
string
Retrieves the HTML embed code for the slide show
getFilename(
)
:
string
Retrieves the filename on the local filesystem of the slide show which will be uploaded
getId(
)
:
int
Gets the ID for the slide show
getLocation(
)
:
string
Retrieves the location of the slide show
getNumViews(
)
:
int
Gets the number of views the slide show has received
getPermaLink(
)
:
string
Gets the permanent link of the slide show
getStatus(
)
:
int
Gets the numeric status of the slide show on the server
getStatusDescription(
)
:
string
Gets the textual description of the status of the slide show on the server
getTags(
)
:
array
Gets all of the tags associated with the slide show
getThumbnailUrl(
)
:
string
Retrieves the Thumbnail URi for the slide show
getTitle(
)
:
string
Retrieves the Slide show title
getTranscript(
)
:
string
Gets the transcript for this slide show
setDescription(
strign $desc
)
:
Zend_Service_SlideShare_SlideShow
Sets the description for the Slide show
setEmbedCode(
string $code
)
:
Zend_Service_SlideShare_SlideShow
Sets the HTML embed code for the slide show
setFilename(
string $file
)
:
Zend_Service_SlideShare_SlideShow
Sets the filename on the local filesystem of the slide show (for uploading a new slide show)
setId(
int $id
)
:
Zend_Service_SlideShare_SlideShow
Sets the ID for the slide show
setLocation(
string $loc
)
:
Zend_Service_SlideShare_SlideShow
Sets the location of the slide show
setNumViews(
int $views
)
:
Zend_Service_SlideShare_SlideShow
Sets the number of views the slide show has received
setPermaLink(
string $url
)
:
Zend_Service_SlideShare_SlideShow
Sets the permanent link of the slide show
setStatus(
int $status
)
:
Zend_Service_SlideShare_SlideShow
Sets the numeric status of the slide show on the server
setStatusDescription(
string $desc
)
:
Zend_Service_SlideShare_SlideShow
Sets the textual description of the status of the slide show on the server
setTags(
array $tags
)
:
Zend_Service_SlideShare_SlideShow
Sets the tags for the slide show
setThumbnailUrl(
string $url
)
:
Zend_Service_SlideShare_SlideShow
Sets the Thumbnail URI for the slide show
setTitle(
string $title
)
:
Zend_Service_SlideShare_SlideShow
Sets the title for the Slide show
setTranscript(
string $t
)
:
Zend_Service_SlideShare_SlideShow
Sets the transcript for this slide show