[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Service/SlideShare/ -> SlideShow.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 437 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Service_SlideShare_SlideShow:: (27 methods):
  getLocation()
  setLocation()
  getTranscript()
  setTranscript()
  addTag()
  setTags()
  getTags()
  setFilename()
  getFilename()
  setId()
  getId()
  setEmbedCode()
  getEmbedCode()
  setThumbnailUrl()
  getThumbnailUrl()
  setTitle()
  getTitle()
  setDescription()
  getDescription()
  setStatus()
  getStatus()
  setStatusDescription()
  getStatusDescription()
  setPermaLink()
  getPermaLink()
  setNumViews()
  getNumViews()


Class: Zend_Service_SlideShare_SlideShow  - X-Ref

The Zend_Service_SlideShare_SlideShow class represents a slide show on the
slideshare.net servers.

getLocation()   X-Ref
Retrieves the location of the slide show

return: string the Location

setLocation($loc)   X-Ref
Sets the location of the slide show

param: string $loc The location to use
return: Zend_Service_SlideShare_SlideShow

getTranscript()   X-Ref
Gets the transcript for this slide show

return: string the Transcript

setTranscript($t)   X-Ref
Sets the transcript for this slide show

param: string $t The transcript
return: Zend_Service_SlideShare_SlideShow

addTag($tag)   X-Ref
Adds a tag to the slide show

param: string $tag The tag to add
return: Zend_Service_SlideShare_SlideShow

setTags(Array $tags)   X-Ref
Sets the tags for the slide show

param: array $tags An array of tags to set
return: Zend_Service_SlideShare_SlideShow

getTags()   X-Ref
Gets all of the tags associated with the slide show

return: array An array of tags for the slide show

setFilename($file)   X-Ref
Sets the filename on the local filesystem of the slide show
(for uploading a new slide show)

param: string $file The full path & filename to the slide show
return: Zend_Service_SlideShare_SlideShow

getFilename()   X-Ref
Retrieves the filename on the local filesystem of the slide show
which will be uploaded

return: string The full path & filename to the slide show

setId($id)   X-Ref
Sets the ID for the slide show

param: int $id The slide show ID
return: Zend_Service_SlideShare_SlideShow

getId()   X-Ref
Gets the ID for the slide show

return: int The slide show ID

setEmbedCode($code)   X-Ref
Sets the HTML embed code for the slide show

param: string $code The HTML embed code
return: Zend_Service_SlideShare_SlideShow

getEmbedCode()   X-Ref
Retrieves the HTML embed code for the slide show

return: string the HTML embed code

setThumbnailUrl($url)   X-Ref
Sets the Thumbnail URI for the slide show

param: string $url The URI for the thumbnail image
return: Zend_Service_SlideShare_SlideShow

getThumbnailUrl()   X-Ref
Retrieves the Thumbnail URi for the slide show

return: string The URI for the thumbnail image

setTitle($title)   X-Ref
Sets the title for the Slide show

param: string $title The slide show title
return: Zend_Service_SlideShare_SlideShow

getTitle()   X-Ref
Retrieves the Slide show title

return: string the Slide show title

setDescription($desc)   X-Ref
Sets the description for the Slide show

param: strign $desc The description of the slide show
return: Zend_Service_SlideShare_SlideShow

getDescription()   X-Ref
Gets the description of the slide show

return: string The slide show description

setStatus($status)   X-Ref
Sets the numeric status of the slide show on the server

param: int $status The numeric status on the server
return: Zend_Service_SlideShare_SlideShow

getStatus()   X-Ref
Gets the numeric status of the slide show on the server

return: int A Zend_Service_SlideShare_SlideShow Status constant

setStatusDescription($desc)   X-Ref
Sets the textual description of the status of the slide show on the server

param: string $desc The textual description of the status of the slide show
return: Zend_Service_SlideShare_SlideShow

getStatusDescription()   X-Ref
Gets the textual description of the status of the slide show on the server

return: string the textual description of the service

setPermaLink($url)   X-Ref
Sets the permanent link of the slide show

param: string $url The permanent URL for the slide show
return: Zend_Service_SlideShare_SlideShow

getPermaLink()   X-Ref
Gets the permanent link of the slide show

return: string the permanent URL for the slide show

setNumViews($views)   X-Ref
Sets the number of views the slide show has received

param: int $views The number of views
return: Zend_Service_SlideShare_SlideShow

getNumViews()   X-Ref
Gets the number of views the slide show has received

return: int The number of views



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1