Class Zend_Gdata_Calendar

Description

Gdata Calendar

Located in /Gdata/Calendar.php (line 46)

Zend_Gdata
   |
   --Zend_Gdata_Calendar
Class Constant Summary
 CALENDAR_FEED_URI = 'http://www.google.com/calendar/feeds'
 CALENDAR_POST_URI = 'http://www.google.com/calendar/feeds/default/private/full'
Variable Summary
Method Summary
 Zend_Gdata_Calendar __construct ([ $client = null])
 Zend_Feed getCalendarFeed ([ $uri = null])
 string getComments ()
 string getEvent ()
 string getOrderby ()
 string getProjection ()
 string getStartMax ()
 string getStartMin ()
 string getUser ()
 string getVisibility ()
 void setComments (string $value)
 void setEvent (string $value)
 void setOrderby (string $value)
 void setProjection (string $value)
 void setStartMax (string $value)
 void setStartMin (string $value)
 void setUser (string $value)
 string setVisibility ( $value)
 void __get ( $var)
 void __isset ( $var)
 void __set (string $var, string $value)
 void __unset ( $var)
Variables
mixed $_defaultPostUri = self::CALENDAR_POST_URI (line 51)
  • access: protected

Redefinition of:
Zend_Gdata::$_defaultPostUri
Default URI to which to POST.

Inherited Variables

Inherited from Zend_Gdata

Zend_Gdata::$_httpClient
Zend_Gdata::$_params
Methods
Constructor __construct (line 56)

Create Gdata_Calendar object

  • access: public
Zend_Gdata_Calendar __construct ([ $client = null])
  • $client

Redefinition of:
Zend_Gdata::__construct()
Create Gdata object
getCalendarFeed (line 67)

Retreive feed object

  • access: public
Zend_Feed getCalendarFeed ([ $uri = null])
  • $uri
getCalendarListFeed (line 103)

Retrieve feed object

  • access: public
Zend_Feed getCalendarListFeed ()
getComments (line 181)
  • return: comments
  • access: public
string getComments ()
getEvent (line 189)
  • return: event
  • access: public
string getEvent ()
getOrderby (line 213)
  • return: orderBy
  • access: public
string getOrderby ()
getProjection (line 221)
  • return: projection
  • access: public
string getProjection ()
getStartMax (line 197)
  • return: startMax
  • access: public
string getStartMax ()
getStartMin (line 205)
  • return: startMin
  • access: public
string getStartMin ()
getUser (line 229)
  • return: user
  • access: public
string getUser ()
getVisibility (line 237)
  • return: visibility
  • access: public
string getVisibility ()
setComments (line 117)
  • access: public
void setComments (string $value)
  • string $value
setEvent (line 125)
  • access: public
void setEvent (string $value)
  • string $value
setOrderby (line 149)
  • access: public
void setOrderby (string $value)
  • string $value
setProjection (line 157)
  • access: public
void setProjection (string $value)
  • string $value
setStartMax (line 133)
  • access: public
void setStartMax (string $value)
  • string $value
setStartMin (line 141)
  • access: public
void setStartMin (string $value)
  • string $value
setUser (line 165)
  • access: public
void setUser (string $value)
  • string $value
setVisibility (line 173)
  • return: visibility
  • access: public
string setVisibility ( $value)
  • $value
__get (line 289)
  • access: protected
void __get ( $var)
  • $var

Redefinition of:
Zend_Gdata::__get()
__isset (line 319)
  • access: protected
void __isset ( $var)
  • $var

Redefinition of:
Zend_Gdata::__isset()
__set (line 247)
  • throws: Zend_Gdata_InvalidArgumentException
  • access: protected
void __set (string $var, string $value)
  • string $var
  • string $value

Redefinition of:
Zend_Gdata::__set()
__unset (line 349)
  • access: protected
void __unset ( $var)
  • $var

Redefinition of:
Zend_Gdata::__unset()

Inherited Methods

Inherited From Zend_Gdata

 Zend_Gdata::__construct()
 Zend_Gdata::delete()
 Zend_Gdata::formatTimestamp()
 Zend_Gdata::getAlt()
 Zend_Gdata::getFeed()
 Zend_Gdata::getHttpClient()
 Zend_Gdata::getMaxResults()
 Zend_Gdata::getQuery()
 Zend_Gdata::getQueryString()
 Zend_Gdata::getStartIndex()
 Zend_Gdata::getUpdatedMax()
 Zend_Gdata::getUpdatedMin()
 Zend_Gdata::post()
 Zend_Gdata::resetParameters()
 Zend_Gdata::setAlt()
 Zend_Gdata::setHttpClient()
 Zend_Gdata::setMaxResults()
 Zend_Gdata::setQuery()
 Zend_Gdata::setStartIndex()
 Zend_Gdata::setUpdatedMax()
 Zend_Gdata::setUpdatedMin()
 Zend_Gdata::__get()
 Zend_Gdata::__isset()
 Zend_Gdata::__set()
 Zend_Gdata::__unset()
Class Constants
CALENDAR_FEED_URI = 'http://www.google.com/calendar/feeds' (line 48)
CALENDAR_POST_URI = 'http://www.google.com/calendar/feeds/default/private/full' (line 49)

Documentation generated on Sat, 05 May 2007 11:52:55 -0700 by phpDocumentor 1.3.2