[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/Books/ -> VolumeEntry.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: 687 lines (19 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_Books_VolumeEntry:: (36 methods):
  __construct()
  getDOM()
  takeChildFromDOM()
  getComments()
  getCreators()
  getDates()
  getDescriptions()
  getEmbeddability()
  getFormats()
  getIdentifiers()
  getLanguages()
  getPublishers()
  getRating()
  getReview()
  getSubjects()
  getTitles()
  getViewability()
  setComments()
  setCreators()
  setDates()
  setDescriptions()
  setEmbeddability()
  setFormats()
  setIdentifiers()
  setLanguages()
  setPublishers()
  setRating()
  setReview()
  setSubjects()
  setTitles()
  setViewability()
  getVolumeId()
  getThumbnailLink()
  getPreviewLink()
  getInfoLink()
  getAnnotationLink()


Class: Zend_Gdata_Books_VolumeEntry  - X-Ref

Describes an entry in a feed of Book Search volumes

__construct($element = null)   X-Ref
Constructor for Zend_Gdata_Books_VolumeEntry which
Describes an entry in a feed of Book Search volumes

param: DOMElement $element (optional) DOMElement from which this

getDOM($doc = null, $majorVersion = 1, $minorVersion = null)   X-Ref
Retrieves DOMElement which corresponds to this element and all
child properties. This is used to build this object back into a DOM
and eventually XML text for sending to the server upon updates, or
for application storage/persistance.

param: DOMDocument $doc The DOMDocument used to construct DOMElements
return: DOMElement The DOMElement representing this element and all

takeChildFromDOM($child)   X-Ref
Creates individual objects of the appropriate type and stores
them in this object based upon DOM data.

param: DOMNode $child The DOMNode to process.

getComments()   X-Ref
Returns the Comments class

return: Zend_Gdata_Extension_Comments|null The comments

getCreators()   X-Ref
Returns the creators

return: array The creators

getDates()   X-Ref
Returns the dates

return: array The dates

getDescriptions()   X-Ref
Returns the descriptions

return: array The descriptions

getEmbeddability()   X-Ref
Returns the embeddability

return: Zend_Gdata_Books_Extension_Embeddability|null The embeddability

getFormats()   X-Ref
Returns the formats

return: array The formats

getIdentifiers()   X-Ref
Returns the identifiers

return: array The identifiers

getLanguages()   X-Ref
Returns the languages

return: array The languages

getPublishers()   X-Ref
Returns the publishers

return: array The publishers

getRating()   X-Ref
Returns the rating

return: Zend_Gdata_Extension_Rating|null The rating

getReview()   X-Ref
Returns the review

return: Zend_Gdata_Books_Extension_Review|null The review

getSubjects()   X-Ref
Returns the subjects

return: array The subjects

getTitles()   X-Ref
Returns the titles

return: array The titles

getViewability()   X-Ref
Returns the viewability

return: Zend_Gdata_Books_Extension_Viewability|null The viewability

setComments($comments)   X-Ref
Sets the Comments class

param: Zend_Gdata_Extension_Comments|null $comments Comments class
return: Zend_Gdata_Books_VolumeEntry Provides a fluent interface

setCreators($creators)   X-Ref
Sets the creators

param: array $creators Creators|null
return: Zend_Gdata_Books_VolumeEntry Provides a fluent interface

setDates($dates)   X-Ref
Sets the dates

param: array $dates dates
return: Zend_Gdata_Books_VolumeEntry Provides a fluent interface

setDescriptions($descriptions)   X-Ref
Sets the descriptions

param: array $descriptions descriptions
return: Zend_Gdata_Books_VolumeEntry Provides a fluent interface

setEmbeddability($embeddability)   X-Ref
Sets the embeddability

param: Zend_Gdata_Books_Extension_Embeddability|null $embeddability
return: Zend_Gdata_Books_VolumeEntry Provides a fluent interface

setFormats($formats)   X-Ref
Sets the formats

param: array $formats formats
return: Zend_Gdata_Books_VolumeEntry Provides a fluent interface

setIdentifiers($identifiers)   X-Ref
Sets the identifiers

param: array $identifiers identifiers
return: Zend_Gdata_Books_VolumeEntry Provides a fluent interface

setLanguages($languages)   X-Ref
Sets the languages

param: array $languages languages
return: Zend_Gdata_Books_VolumeEntry Provides a fluent interface

setPublishers($publishers)   X-Ref
Sets the publishers

param: array $publishers publishers
return: Zend_Gdata_Books_VolumeEntry Provides a fluent interface

setRating($rating)   X-Ref
Sets the rating

param: Zend_Gdata_Extension_Rating|null $rating rating
return: Zend_Gdata_Books_VolumeEntry Provides a fluent interface

setReview($review)   X-Ref
Sets the review

param: Zend_Gdata_Books_Extension_Review|null $review review
return: Zend_Gdata_Books_VolumeEntry Provides a fluent interface

setSubjects($subjects)   X-Ref
Sets the subjects

param: array $subjects subjects
return: Zend_Gdata_Books_VolumeEntry Provides a fluent interface

setTitles($titles)   X-Ref
Sets the titles

param: array $titles titles
return: Zend_Gdata_Books_VolumeEntry Provides a fluent interface

setViewability($viewability)   X-Ref
Sets the viewability

param: Zend_Gdata_Books_Extension_Viewability|null $viewability
return: Zend_Gdata_Books_VolumeEntry Provides a fluent interface

getVolumeId()   X-Ref
Gets the volume ID based upon the atom:id value

return: string The volume ID

getThumbnailLink()   X-Ref
Gets the thumbnail link

return: Zend_Gdata_App_Extension_link|null The thumbnail link

getPreviewLink()   X-Ref
Gets the preview link

return: Zend_Gdata_App_Extension_Link|null The preview link

getInfoLink()   X-Ref
Gets the info link

return: Zend_Gdata_App_Extension_Link|null The info link

getAnnotationLink()   X-Ref
Gets the annotations link

return: Zend_Gdata_App_Extension_Link|null The annotations link



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