Zend Framework
1.12
|
Public Member Functions | |
__construct ($value=null) | |
Constructor for Zend_Gdata_Books_Extension_Viewability which Describes a viewability. | |
getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
Retrieves DOMElement which corresponds to this element and all child properties. | |
getValue () | |
Returns the programmatic value that describes the viewability of a volume in Google Book Search. | |
setValue ($value) | |
Sets the programmatic value that describes the viewability of a volume in Google Book Search. | |
![]() | |
__construct () | |
Protected Member Functions | |
takeAttributeFromDOM ($attribute) | |
Extracts XML attributes from the DOM and converts them to the appropriate object members. | |
Protected Attributes | |
$_rootNamespace = 'gbs' | |
$_rootElement = 'viewability' | |
$_value = null | |
![]() | |
$_rootNamespace = 'gd' | |
Additional Inherited Members | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
static | $_namespaceLookupCache = array() |
__construct | ( | $value = null | ) |
Constructor for Zend_Gdata_Books_Extension_Viewability which Describes a viewability.
string | null | $value | A programmatic value representing the book's viewability mode. |
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 |
getValue | ( | ) |
Returns the programmatic value that describes the viewability of a volume in Google Book Search.
setValue | ( | $value | ) |
Sets the programmatic value that describes the viewability of a volume in Google Book Search.
string | $value | programmatic value that describes the viewability of a volume in Googl eBook Search |
|
protected |
Extracts XML attributes from the DOM and converts them to the appropriate object members.
DOMNode | $attribute | The DOMNode attribute to be handled. |
|
protected |
|
protected |
|
protected |