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

Public Member Functions

 __construct ($text=null, $type= 'text', $src=null)
 
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 
 getSrc ()
 
 setSrc ($value)
 
- Public Member Functions inherited from Zend_Gdata_App_Extension_Text
 __construct ($text=null, $type= 'text')
 
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 
 getType ()
 
 setType ($value)
 

Protected Member Functions

 takeAttributeFromDOM ($attribute)
 
- Protected Member Functions inherited from Zend_Gdata_App_Extension_Text
 takeAttributeFromDOM ($attribute)
 

Protected Attributes

 $_rootElement = 'content'
 
 $_src = null
 
- Protected Attributes inherited from Zend_Gdata_App_Extension_Text
 $_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',
  $src = null 
)

Member Function Documentation

getDOM (   $doc = null,
  $majorVersion = 1,
  $minorVersion = null 
)
getSrc ( )
Returns
string
setSrc (   $value)
Parameters
string$value
Returns
Zend_Gdata_App_Entry Provides a fluent interface
takeAttributeFromDOM (   $attribute)
protected

Member Data Documentation

$_rootElement = 'content'
protected
$_src = null
protected