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.
Describes an entry in a feed of Book Search volumes
THUMBNAIL_LINK_REL = 'http://schemas.google.com/books/2008/thumbnail'
PREVIEW_LINK_REL = 'http://schemas.google.com/books/2008/preview'
INFO_LINK_REL = 'http://schemas.google.com/books/2008/info'
ANNOTATION_LINK_REL = 'http://schemas.google.com/books/2008/annotation'
$_comments = 'null'
$_creators = 'array'
$_dates = 'array'
$_descriptions = 'array'
$_embeddability = 'null'
$_formats = 'array'
$_identifiers = 'array'
$_languages = 'array'
$_publishers = 'array'
$_rating = 'null'
$_review = 'null'
$_subjects = 'array'
$_titles = 'array'
$_viewability = 'null'
__construct(
DOMElement $element
=
null
)
:
Constructor for Zend_Gdata_Books_VolumeEntry which Describes an entry in a feed of Book Search volumes
getAnnotationLink(
)
:
Zend_Gdata_App_Extension_Link|null
Gets the annotations link
getComments(
)
:
Zend_Gdata_Extension_Comments|null
Returns the Comments class
getCreators(
)
:
array
Returns the creators
getDOM(
DOMDocument $doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
DOMElement
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.
getDates(
)
:
array
Returns the dates
getDescriptions(
)
:
array
Returns the descriptions
getEmbeddability(
)
:
Zend_Gdata_Books_Extension_Embeddability|null
Returns the embeddability
getFormats(
)
:
array
Returns the formats
getIdentifiers(
)
:
array
Returns the identifiers
getInfoLink(
)
:
Zend_Gdata_App_Extension_Link|null
Gets the info link
getLanguages(
)
:
array
Returns the languages
getPreviewLink(
)
:
Zend_Gdata_App_Extension_Link|null
Gets the preview link
getPublishers(
)
:
array
Returns the publishers
getRating(
)
:
Zend_Gdata_Extension_Rating|null
Returns the rating
getReview(
)
:
Zend_Gdata_Books_Extension_Review|null
Returns the review
getSubjects(
)
:
array
Returns the subjects
getThumbnailLink(
)
:
Zend_Gdata_App_Extension_link|null
Gets the thumbnail link
getTitles(
)
:
array
Returns the titles
getViewability(
)
:
Zend_Gdata_Books_Extension_Viewability|null
Returns the viewability
getVolumeId(
)
:
string
Gets the volume ID based upon the atom:id value
setComments(
Zend_Gdata_Extension_Comments|null $comments
)
:
Zend_Gdata_Books_VolumeEntry
Sets the Comments class
setCreators(
array $creators
)
:
Zend_Gdata_Books_VolumeEntry
Sets the creators
setDates(
array $dates
)
:
Zend_Gdata_Books_VolumeEntry
Sets the dates
setDescriptions(
array $descriptions
)
:
Zend_Gdata_Books_VolumeEntry
Sets the descriptions
setEmbeddability(
Zend_Gdata_Books_Extension_Embeddability|null $embeddability
)
:
Zend_Gdata_Books_VolumeEntry
Sets the embeddability
setFormats(
array $formats
)
:
Zend_Gdata_Books_VolumeEntry
Sets the formats
setIdentifiers(
array $identifiers
)
:
Zend_Gdata_Books_VolumeEntry
Sets the identifiers
setLanguages(
array $languages
)
:
Zend_Gdata_Books_VolumeEntry
Sets the languages
setPublishers(
array $publishers
)
:
Zend_Gdata_Books_VolumeEntry
Sets the publishers
setRating(
Zend_Gdata_Extension_Rating|null $rating
)
:
Zend_Gdata_Books_VolumeEntry
Sets the rating
setReview(
Zend_Gdata_Books_Extension_Review|null $review
)
:
Zend_Gdata_Books_VolumeEntry
Sets the review
setSubjects(
array $subjects
)
:
Zend_Gdata_Books_VolumeEntry
Sets the subjects
setTitles(
array $titles
)
:
Zend_Gdata_Books_VolumeEntry
Sets the titles
setViewability(
Zend_Gdata_Books_Extension_Viewability|null $viewability
)
:
Zend_Gdata_Books_VolumeEntry
Sets the viewability
takeChildFromDOM(
DOMNode $child
)
:
Creates individual objects of the appropriate type and stores them in this object based upon DOM data.