Service/SlideShare/SlideShow.php
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service
- Subpackage
- SlideShare
- Version
- $Id$
\Zend_Service_SlideShare_SlideShow
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Constants
Properties
string $_slideShowFilename
- Type
- string
array $_tags = array()
array()
Details- Type
- array
Methods
addTag(string $tag) : \Zend_Service_SlideShare_SlideShow
Adds a tag to the slide show
Name | Type | Description |
---|---|---|
$tag | string | The tag to add |
Type | Description |
---|---|
\Zend_Service_SlideShare_SlideShow |
getDescription() : string
Gets the description of the slide show
Type | Description |
---|---|
string | The slide show description |
getEmbedCode() : string
Retrieves the HTML embed code for the slide show
Type | Description |
---|---|
string | the HTML embed code |
getFilename() : string
Retrieves the filename on the local filesystem of the slide show which will be uploaded
Type | Description |
---|---|
string | The full path & filename to the slide show |
getLocation() : string
Retrieves the location of the slide show
Type | Description |
---|---|
string | the Location |
getNumViews() : int
Gets the number of views the slide show has received
Type | Description |
---|---|
int | The number of views |
getPermaLink() : string
Gets the permanent link of the slide show
Type | Description |
---|---|
string | the permanent URL for the slide show |
getStatus() : int
Gets the numeric status of the slide show on the server
Type | Description |
---|---|
int | A Zend_Service_SlideShare_SlideShow Status constant |
getStatusDescription() : string
Gets the textual description of the status of the slide show on the server
Type | Description |
---|---|
string | the textual description of the service |
getTags() : array
Gets all of the tags associated with the slide show
Type | Description |
---|---|
array | An array of tags for the slide show |
getThumbnailUrl() : string
Retrieves the Thumbnail URi for the slide show
Type | Description |
---|---|
string | The URI for the thumbnail image |
getTranscript() : string
Gets the transcript for this slide show
Type | Description |
---|---|
string | the Transcript |
setDescription(string $desc) : \Zend_Service_SlideShare_SlideShow
Sets the description for the Slide show
Name | Type | Description |
---|---|---|
$desc | string | The description of the slide show |
Type | Description |
---|---|
\Zend_Service_SlideShare_SlideShow |
setEmbedCode(string $code) : \Zend_Service_SlideShare_SlideShow
Sets the HTML embed code for the slide show
Name | Type | Description |
---|---|---|
$code | string | The HTML embed code |
Type | Description |
---|---|
\Zend_Service_SlideShare_SlideShow |
setFilename(string $file) : \Zend_Service_SlideShare_SlideShow
Sets the filename on the local filesystem of the slide show (for uploading a new slide show)
Name | Type | Description |
---|---|---|
$file | string | The full path & filename to the slide show |
Type | Description |
---|---|
\Zend_Service_SlideShare_SlideShow |
setId(int $id) : \Zend_Service_SlideShare_SlideShow
Sets the ID for the slide show
Name | Type | Description |
---|---|---|
$id | int | The slide show ID |
Type | Description |
---|---|
\Zend_Service_SlideShare_SlideShow |
setLocation(string $loc) : \Zend_Service_SlideShare_SlideShow
Sets the location of the slide show
Name | Type | Description |
---|---|---|
$loc | string | The location to use |
Type | Description |
---|---|
\Zend_Service_SlideShare_SlideShow |
setNumViews(int $views) : \Zend_Service_SlideShare_SlideShow
Sets the number of views the slide show has received
Name | Type | Description |
---|---|---|
$views | int | The number of views |
Type | Description |
---|---|
\Zend_Service_SlideShare_SlideShow |
setPermaLink(string $url) : \Zend_Service_SlideShare_SlideShow
Sets the permanent link of the slide show
Name | Type | Description |
---|---|---|
$url | string | The permanent URL for the slide show |
Type | Description |
---|---|
\Zend_Service_SlideShare_SlideShow |
setStatus(int $status) : \Zend_Service_SlideShare_SlideShow
Sets the numeric status of the slide show on the server
Name | Type | Description |
---|---|---|
$status | int | The numeric status on the server |
Type | Description |
---|---|
\Zend_Service_SlideShare_SlideShow |
setStatusDescription(string $desc) : \Zend_Service_SlideShare_SlideShow
Sets the textual description of the status of the slide show on the server
Name | Type | Description |
---|---|---|
$desc | string | The textual description of the status of the slide show |
Type | Description |
---|---|
\Zend_Service_SlideShare_SlideShow |
setTags(array $tags) : \Zend_Service_SlideShare_SlideShow
Sets the tags for the slide show
Name | Type | Description |
---|---|---|
$tags | array | An array of tags to set |
Type | Description |
---|---|
\Zend_Service_SlideShare_SlideShow |
setThumbnailUrl(string $url) : \Zend_Service_SlideShare_SlideShow
Sets the Thumbnail URI for the slide show
Name | Type | Description |
---|---|---|
$url | string | The URI for the thumbnail image |
Type | Description |
---|---|
\Zend_Service_SlideShare_SlideShow |
setTitle(string $title) : \Zend_Service_SlideShare_SlideShow
Sets the title for the Slide show
Name | Type | Description |
---|---|---|
$title | string | The slide show title |
Type | Description |
---|---|
\Zend_Service_SlideShare_SlideShow |
setTranscript(string $t) : \Zend_Service_SlideShare_SlideShow
Sets the transcript for this slide show
Name | Type | Description |
---|---|---|
$t | string | The transcript |
Type | Description |
---|---|
\Zend_Service_SlideShare_SlideShow |