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

Public Member Functions

 __construct ($absoluteTime=null, $method=null, $days=null, $hours=null, $minutes=null)
 
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 
 __toString ()
 
 getAbsoluteTime ()
 
 setAbsoluteTime ($value)
 
 getDays ()
 
 setDays ($value)
 
 getHours ()
 
 setHours ($value)
 
 getMinutes ()
 
 setMinutes ($value)
 
 getMethod ()
 
 setMethod ($value)
 
- Public Member Functions inherited from Zend_Gdata_Extension
 __construct ()
 

Protected Member Functions

 takeAttributeFromDOM ($attribute)
 

Protected Attributes

 $_rootElement = 'reminder'
 
 $_absoluteTime = null
 
 $_method = null
 
 $_days = null
 
 $_hours = null
 
 $_minutes = null
 
- Protected Attributes inherited from Zend_Gdata_Extension
 $_rootNamespace = 'gd'
 

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 (   $absoluteTime = null,
  $method = null,
  $days = null,
  $hours = null,
  $minutes = null 
)

Member Function Documentation

__toString ( )
getAbsoluteTime ( )
getDays ( )
getDOM (   $doc = null,
  $majorVersion = 1,
  $minorVersion = null 
)
getHours ( )
getMethod ( )
getMinutes ( )
setAbsoluteTime (   $value)
setDays (   $value)
setHours (   $value)
setMethod (   $value)
setMinutes (   $value)
takeAttributeFromDOM (   $attribute)
protected

Member Data Documentation

$_absoluteTime = null
protected
$_days = null
protected
$_hours = null
protected
$_method = null
protected
$_minutes = null
protected
$_rootElement = 'reminder'
protected