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

Public Member Functions

 __construct ($draft=null)
 
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 
 getDraft ()
 
 setDraft ($value)
 

Protected Member Functions

 takeChildFromDOM ($child)
 

Protected Attributes

 $_rootNamespace = 'app'
 
 $_rootElement = 'control'
 
 $_draft = null
 

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 (   $draft = null)

Member Function Documentation

getDOM (   $doc = null,
  $majorVersion = 1,
  $minorVersion = null 
)
getDraft ( )
setDraft (   $value)
Parameters
Zend_Gdata_App_Extension_Draft$value
Returns
Zend_Gdata_App_Entry Provides a fluent interface
takeChildFromDOM (   $child)
protected

Member Data Documentation

$_draft = null
protected
$_rootElement = 'control'
protected
$_rootNamespace = 'app'
protected