Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Gdata_App_Extension_Text Class Reference

Public Member Functions

 __construct ($text=null, $type= 'text')
 
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 
 getType ()
 
 setType ($value)
 

Protected Member Functions

 takeAttributeFromDOM ($attribute)
 

Protected Attributes

 $_rootElement = null
 
 $_type = 'text'
 

Additional Inherited Members

- Static Public Member Functions inherited from Zend_Gdata_App_Base
static flushNamespaceLookupCache ()
 Flush namespace lookup cache.
 
- Static Protected Attributes inherited from Zend_Gdata_App_Base
static $_namespaceLookupCache = array()
 

Constructor & Destructor Documentation

__construct (   $text = null,
  $type = 'text' 
)

Member Function Documentation

getDOM (   $doc = null,
  $majorVersion = 1,
  $minorVersion = null 
)
getType ( )
setType (   $value)
takeAttributeFromDOM (   $attribute)
protected

Member Data Documentation

$_rootElement = null
protected
$_type = 'text'
protected