Service/SlideShare/SlideShow.php
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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service
- Subpackage
- SlideShare
- Version
- $Id: SlideShow.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Service_SlideShare_SlideShow
The Zend_Service_SlideShare_SlideShow class represents a slide show on the slideshare.net servers.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Constants
Properties

string $_description = The Description of the slide show
<p>The slide show description</p>- Type
- string

string $_embedCode = The HTML code to embed the slide show in a web page
<p>the HTML to embed the slide show</p>- Type
- string

int $_numViews = The number of views this slide show has received
<p>the number of views</p>- Type
- int

string $_permalink = The Permanent link for the slide show
<p>the Permalink for the slide show</p>- Type
- string

string $_slideShowFilename = A slide show filename on the local filesystem (when uploading)
<p>the local filesystem path- Type
- string

int $_slideShowId = The ID of the slide show on the server
<p>the Slide show ID number on the server</p>- Type
- int

int $_status = The status of the silde show on the server
<p>The Slide show status code</p>- Type
- int

string $_statusDescription = The Description of the slide show status code
<p>The status description</p>- Type
- string

array $_tags = array()An array of tags associated with the slide show
<p>An array of tags associated with the slide show</p>array()Details- Type
- array

string $_thumbnailUrl = The URI for the thumbnail representation of the slide show
<p>The URI of a thumbnail image</p>- Type
- string
Methods

addTag(string $tag) : \Zend_Service_SlideShare_SlideShowAdds a tag to the slide show
| Name | Type | Description |
|---|---|---|
| $tag | string | The tag to add |
| Type | Description |
|---|---|
| \Zend_Service_SlideShare_SlideShow |

getDescription() : stringGets the description of the slide show
| Type | Description |
|---|---|
| string | The slide show description |

getEmbedCode() : stringRetrieves the HTML embed code for the slide show
| Type | Description |
|---|---|
| string | the HTML embed code |

getFilename() : stringRetrieves 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() : stringRetrieves the location of the slide show
| Type | Description |
|---|---|
| string | the Location |

getNumViews() : intGets the number of views the slide show has received
| Type | Description |
|---|---|
| int | The number of views |

getPermaLink() : stringGets the permanent link of the slide show
| Type | Description |
|---|---|
| string | the permanent URL for the slide show |

getStatus() : intGets the numeric status of the slide show on the server
| Type | Description |
|---|---|
| int | A Zend_Service_SlideShare_SlideShow Status constant |

getStatusDescription() : stringGets the textual description of the status of the slide show on the server
| Type | Description |
|---|---|
| string | the textual description of the service |

getTags() : arrayGets all of the tags associated with the slide show
| Type | Description |
|---|---|
| array | An array of tags for the slide show |

getThumbnailUrl() : stringRetrieves the Thumbnail URi for the slide show
| Type | Description |
|---|---|
| string | The URI for the thumbnail image |

getTitle() : stringRetrieves the Slide show title
| Type | Description |
|---|---|
| string | the Slide show title |

getTranscript() : stringGets the transcript for this slide show
| Type | Description |
|---|---|
| string | the Transcript |

setDescription(\strign $desc) : \Zend_Service_SlideShare_SlideShowSets the description for the Slide show
| Name | Type | Description |
|---|---|---|
| $desc | \strign | The description of the slide show |
| Type | Description |
|---|---|
| \Zend_Service_SlideShare_SlideShow |

setEmbedCode(string $code) : \Zend_Service_SlideShare_SlideShowSets 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_SlideShowSets the filename on the local filesystem of the slide show (for uploading a new slide show)
| Name | Type | Description |
|---|---|---|
| $file | string | The full path /p> |
| Type | Description |
|---|---|
| \Zend_Service_SlideShare_SlideShow |

setId(int $id) : \Zend_Service_SlideShare_SlideShowSets 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_SlideShowSets 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_SlideShowSets 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_SlideShowSets 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_SlideShowSets 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_SlideShowSets 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_SlideShowSets 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_SlideShowSets 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_SlideShowSets 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_SlideShowSets the transcript for this slide show
| Name | Type | Description |
|---|---|---|
| $t | string | The transcript |
| Type | Description |
|---|---|
| \Zend_Service_SlideShare_SlideShow |