Zend Framework
1.12
|
Public Member Functions | |
getLocation () | |
Retrieves the location of the slide show. | |
setLocation ($loc) | |
Sets the location of the slide show. | |
getTranscript () | |
Gets the transcript for this slide show. | |
setTranscript ($t) | |
Sets the transcript for this slide show. | |
addTag ($tag) | |
Adds a tag to the slide show. | |
setTags (Array $tags) | |
Sets the tags for the slide show. | |
getTags () | |
Gets all of the tags associated with the slide show. | |
setFilename ($file) | |
Sets the filename on the local filesystem of the slide show (for uploading a new slide show) | |
getFilename () | |
Retrieves the filename on the local filesystem of the slide show which will be uploaded. | |
setId ($id) | |
Sets the ID for the slide show. | |
getId () | |
Gets the ID for the slide show. | |
setEmbedCode ($code) | |
Sets the HTML embed code for the slide show. | |
getEmbedCode () | |
Retrieves the HTML embed code for the slide show. | |
setThumbnailUrl ($url) | |
Sets the Thumbnail URI for the slide show. | |
getThumbnailUrl () | |
Retrieves the Thumbnail URi for the slide show. | |
setTitle ($title) | |
Sets the title for the Slide show. | |
getTitle () | |
Retrieves the Slide show title. | |
setDescription ($desc) | |
Sets the description for the Slide show. | |
getDescription () | |
Gets the description of the slide show. | |
setStatus ($status) | |
Sets the numeric status of the slide show on the server. | |
getStatus () | |
Gets the numeric status of the slide show on the server. | |
setStatusDescription ($desc) | |
Sets the textual description of the status of the slide show on the server. | |
getStatusDescription () | |
Gets the textual description of the status of the slide show on the server. | |
setPermaLink ($url) | |
Sets the permanent link of the slide show. | |
getPermaLink () | |
Gets the permanent link of the slide show. | |
setNumViews ($views) | |
Sets the number of views the slide show has received. | |
getNumViews () | |
Gets the number of views the slide show has received. | |
Public Attributes | |
const | STATUS_QUEUED = 0 |
Status constant mapping for web service. | |
const | STATUS_PROCESSING = 1 |
const | STATUS_READY = 2 |
const | STATUS_FAILED = 3 |
Protected Attributes | |
$_embedCode | |
$_thumbnailUrl | |
$_title | |
$_description | |
$_status | |
$_statusDescription | |
$_permalink | |
$_numViews | |
$_slideShowId | |
$_slideShowFilename | |
$_tags = array() | |
$_location | |
$_transcript | |
addTag | ( | $tag | ) |
Adds a tag to the slide show.
string | $tag | The tag to add |
getDescription | ( | ) |
Gets the description of the slide show.
getEmbedCode | ( | ) |
Retrieves the HTML embed code for the slide show.
getFilename | ( | ) |
Retrieves the filename on the local filesystem of the slide show which will be uploaded.
getId | ( | ) |
Gets the ID for the slide show.
getLocation | ( | ) |
Retrieves the location of the slide show.
getNumViews | ( | ) |
Gets the number of views the slide show has received.
getPermaLink | ( | ) |
Gets the permanent link of the slide show.
getStatus | ( | ) |
Gets the numeric status of the slide show on the server.
getStatusDescription | ( | ) |
Gets the textual description of the status of the slide show on the server.
getTags | ( | ) |
Gets all of the tags associated with the slide show.
getThumbnailUrl | ( | ) |
Retrieves the Thumbnail URi for the slide show.
getTitle | ( | ) |
Retrieves the Slide show title.
getTranscript | ( | ) |
Gets the transcript for this slide show.
setDescription | ( | $desc | ) |
Sets the description for the Slide show.
string | $desc | The description of the slide show |
setEmbedCode | ( | $code | ) |
Sets the HTML embed code for the slide show.
string | $code | The HTML embed code |
setFilename | ( | $file | ) |
Sets the filename on the local filesystem of the slide show (for uploading a new slide show)
string | $file | The full path & filename to the slide show |
setId | ( | $id | ) |
Sets the ID for the slide show.
int | $id | The slide show ID |
setLocation | ( | $loc | ) |
Sets the location of the slide show.
string | $loc | The location to use |
setNumViews | ( | $views | ) |
Sets the number of views the slide show has received.
int | $views | The number of views |
setPermaLink | ( | $url | ) |
Sets the permanent link of the slide show.
string | $url | The permanent URL for the slide show |
setStatus | ( | $status | ) |
Sets the numeric status of the slide show on the server.
int | $status | The numeric status on the server |
setStatusDescription | ( | $desc | ) |
Sets the textual description of the status of the slide show on the server.
string | $desc | The textual description of the status of the slide show |
setTags | ( | Array | $tags | ) |
Sets the tags for the slide show.
array | $tags | An array of tags to set |
setThumbnailUrl | ( | $url | ) |
Sets the Thumbnail URI for the slide show.
string | $url | The URI for the thumbnail image |
setTitle | ( | $title | ) |
Sets the title for the Slide show.
string | $title | The slide show title |
setTranscript | ( | $t | ) |
Sets the transcript for this slide show.
string | $t | The transcript |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
const STATUS_FAILED = 3 |
const STATUS_PROCESSING = 1 |
const STATUS_QUEUED = 0 |
Status constant mapping for web service.
const STATUS_READY = 2 |