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.

string
$_description= ''
The Description of the slide show
The slide show description
string
$_embedCode= ''
The HTML code to embed the slide show in a web page
the HTML to embed the slide show
int
$_numViews= ''
The number of views this slide show has received
the number of views
string
$_permalink= ''
The Permanent link for the slide show
the Permalink for the slide show
string
$_slideShowFilename= ''
A slide show filename on the local filesystem (when uploading)
the local filesystem path & file of the slide show to upload
int
$_slideShowId= ''
The ID of the slide show on the server
the Slide show ID number on the server
int
$_status= ''
The status of the silde show on the server
The Slide show status code
string
$_statusDescription= ''
The Description of the slide show status code
The status description
array
$_tags= 'array()'
An array of tags associated with the slide show
An array of tags associated with the slide showarray()
Details
string
$_thumbnailUrl= ''
The URI for the thumbnail representation of the slide show
The URI of a thumbnail image
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 |

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

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

setDescription(
\strign $desc
)
:
\Zend_Service_SlideShare_SlideShow
Sets 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_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 /p> |
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 |