|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getComments () | |
| getCreators () | |
| getDates () | |
| getDescriptions () | |
| getEmbeddability () | |
| getFormats () | |
| getIdentifiers () | |
| getLanguages () | |
| getPublishers () | |
| getRating () | |
| getReview () | |
| getSubjects () | |
| getTitles () | |
| getViewability () | |
| setComments ($comments) | |
| setCreators ($creators) | |
| setDates ($dates) | |
| setDescriptions ($descriptions) | |
| setEmbeddability ($embeddability) | |
| setFormats ($formats) | |
| setIdentifiers ($identifiers) | |
| setLanguages ($languages) | |
| setPublishers ($publishers) | |
| setRating ($rating) | |
| setReview ($review) | |
| setSubjects ($subjects) | |
| setTitles ($titles) | |
| setViewability ($viewability) | |
| getVolumeId () | |
| getThumbnailLink () | |
| getPreviewLink () | |
| getInfoLink () | |
| getAnnotationLink () | |
Data Fields | |
| const | THUMBNAIL_LINK_REL = 'http://schemas.google.com/books/2008/thumbnail' |
| const | PREVIEW_LINK_REL = 'http://schemas.google.com/books/2008/preview' |
| const | INFO_LINK_REL = 'http://schemas.google.com/books/2008/info' |
| const | ANNOTATION_LINK_REL = 'http://schemas.google.com/books/2008/annotation' |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_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 | |
Definition at line 108 of file VolumeEntry.php.
| __construct | ( | $ | element = null | ) |
Constructor for Zend_Gdata_Books_VolumeEntry which Describes an entry in a feed of Book Search volumes
| DOMElement | $element | (optional) DOMElement from which this object should be constructed. |
Reimplemented from Zend_Gdata_Entry.
Definition at line 138 of file VolumeEntry.php.

Gets the annotations link
Definition at line 682 of file VolumeEntry.php.

| getComments | ( | ) |
Returns the Comments class
Definition at line 323 of file VolumeEntry.php.
| getCreators | ( | ) |
| getDates | ( | ) |
| getDescriptions | ( | ) |
Returns the descriptions
Definition at line 353 of file VolumeEntry.php.
| getDOM | ( | $ | doc = null, |
| $ | majorVersion = 1, |
||
| $ | minorVersion = null |
||
| ) |
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.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_Entry.
Definition at line 154 of file VolumeEntry.php.
| getEmbeddability | ( | ) |
Returns the embeddability
Definition at line 363 of file VolumeEntry.php.
| getFormats | ( | ) |
| getIdentifiers | ( | ) |
Returns the identifiers
Definition at line 383 of file VolumeEntry.php.
| getInfoLink | ( | ) |
Gets the info link
Definition at line 672 of file VolumeEntry.php.

| getLanguages | ( | ) |
| getPreviewLink | ( | ) |
Gets the preview link
Definition at line 662 of file VolumeEntry.php.

| getPublishers | ( | ) |
| getRating | ( | ) |
Returns the rating
Definition at line 413 of file VolumeEntry.php.
| getReview | ( | ) |
Returns the review
Definition at line 423 of file VolumeEntry.php.
| getSubjects | ( | ) |
| getThumbnailLink | ( | ) |
Gets the thumbnail link
Definition at line 652 of file VolumeEntry.php.

| getTitles | ( | ) |
| getViewability | ( | ) |
Returns the viewability
Definition at line 453 of file VolumeEntry.php.
| getVolumeId | ( | ) |
Gets the volume ID based upon the atom:id value
| Zend_Gdata_App_Exception |
Definition at line 635 of file VolumeEntry.php.

| setComments | ( | $ | comments | ) |
Sets the Comments class
| Zend_Gdata_Extension_Comments | null | $comments | Comments class |
Definition at line 464 of file VolumeEntry.php.
| setCreators | ( | $ | creators | ) |
Sets the creators
| array | $creators | Creators|null |
Definition at line 476 of file VolumeEntry.php.
| setDates | ( | $ | dates | ) |
Sets the dates
| array | $dates | dates |
Definition at line 488 of file VolumeEntry.php.
| setDescriptions | ( | $ | descriptions | ) |
Sets the descriptions
| array | $descriptions | descriptions |
Definition at line 500 of file VolumeEntry.php.
| setEmbeddability | ( | $ | embeddability | ) |
Sets the embeddability
| Zend_Gdata_Books_Extension_Embeddability | null | $embeddability | embeddability |
Definition at line 513 of file VolumeEntry.php.
| setFormats | ( | $ | formats | ) |
Sets the formats
| array | $formats | formats |
Definition at line 525 of file VolumeEntry.php.
| setIdentifiers | ( | $ | identifiers | ) |
Sets the identifiers
| array | $identifiers | identifiers |
Definition at line 537 of file VolumeEntry.php.
| setLanguages | ( | $ | languages | ) |
Sets the languages
| array | $languages | languages |
Definition at line 549 of file VolumeEntry.php.
| setPublishers | ( | $ | publishers | ) |
Sets the publishers
| array | $publishers | publishers |
Definition at line 561 of file VolumeEntry.php.
| setRating | ( | $ | rating | ) |
Sets the rating
| Zend_Gdata_Extension_Rating | null | $rating | rating |
Definition at line 573 of file VolumeEntry.php.
| setReview | ( | $ | review | ) |
Sets the review
| Zend_Gdata_Books_Extension_Review | null | $review | review |
Definition at line 585 of file VolumeEntry.php.
| setSubjects | ( | $ | subjects | ) |
Sets the subjects
| array | $subjects | subjects |
Definition at line 597 of file VolumeEntry.php.
| setTitles | ( | $ | titles | ) |
Sets the titles
| array | $titles | titles |
Definition at line 609 of file VolumeEntry.php.
| setViewability | ( | $ | viewability | ) |
Sets the viewability
| Zend_Gdata_Books_Extension_Viewability | null | $viewability | viewability |
Definition at line 622 of file VolumeEntry.php.
| takeChildFromDOM | ( | $ | child | ) | [protected] |
Creates individual objects of the appropriate type and stores them in this object based upon DOM data.
| DOMNode | $child | The DOMNode to process. |
Reimplemented from Zend_Gdata_Entry.
Definition at line 238 of file VolumeEntry.php.

$_comments = null [protected] |
Definition at line 116 of file VolumeEntry.php.
$_creators = array() [protected] |
Definition at line 117 of file VolumeEntry.php.
$_dates = array() [protected] |
Definition at line 118 of file VolumeEntry.php.
$_descriptions = array() [protected] |
Definition at line 119 of file VolumeEntry.php.
$_embeddability = null [protected] |
Definition at line 120 of file VolumeEntry.php.
$_formats = array() [protected] |
Definition at line 121 of file VolumeEntry.php.
$_identifiers = array() [protected] |
Definition at line 122 of file VolumeEntry.php.
$_languages = array() [protected] |
Definition at line 123 of file VolumeEntry.php.
$_publishers = array() [protected] |
Definition at line 124 of file VolumeEntry.php.
$_rating = null [protected] |
Definition at line 125 of file VolumeEntry.php.
$_review = null [protected] |
Definition at line 126 of file VolumeEntry.php.
$_subjects = array() [protected] |
Definition at line 127 of file VolumeEntry.php.
$_titles = array() [protected] |
Definition at line 128 of file VolumeEntry.php.
$_viewability = null [protected] |
Definition at line 129 of file VolumeEntry.php.
| const ANNOTATION_LINK_REL = 'http://schemas.google.com/books/2008/annotation' |
Definition at line 114 of file VolumeEntry.php.
| const INFO_LINK_REL = 'http://schemas.google.com/books/2008/info' |
Definition at line 113 of file VolumeEntry.php.
| const PREVIEW_LINK_REL = 'http://schemas.google.com/books/2008/preview' |
Definition at line 112 of file VolumeEntry.php.
| const THUMBNAIL_LINK_REL = 'http://schemas.google.com/books/2008/thumbnail' |
Definition at line 111 of file VolumeEntry.php.