Class Zend_Gdata_Calendar_EventQuery

Description

Assists in constructing queries for Google Calendar events

Located in /Gdata/Calendar/EventQuery.php (line 42)

Zend_Gdata_Query
   |
   --Zend_Gdata_Calendar_EventQuery
Class Constant Summary
 CALENDAR_FEED_URI = 'http://www.google.com/calendar/feeds'
Variable Summary
 mixed $_comments
 mixed $_event
 mixed $_projection
 mixed $_user
 mixed $_visibility
Method Summary
Variables
mixed $_comments = null (line 48)
  • access: protected
mixed $_defaultFeedUri = self::CALENDAR_FEED_URI (line 47)
  • access: protected
mixed $_event = null (line 52)
  • access: protected
mixed $_projection = null (line 51)
  • access: protected
mixed $_user = null (line 49)
  • access: protected
mixed $_visibility = null (line 50)
  • access: protected
Methods
Constructor __construct (line 57)

Create Gdata_Calendar_EventQuery object

  • access: public
Zend_Gdata_Calendar_EventQuery __construct ()
getComments (line 115)
  • return: comments
  • access: public
string getComments ()
getEvent (line 123)
  • return: event
  • access: public
string getEvent ()
getFutureEvents (line 334)
  • return: futureevents
  • access: public
string getFutureEvents ()
getOrderBy (line 221)
  • return: orderby
  • access: public
string getOrderBy ()
getProjection (line 131)
  • return: projection
  • access: public
string getProjection ()
getQueryUrl (line 380)
  • return: url
  • access: public
string getQueryUrl ()
getRecurrenceExpansionEnd (line 284)
  • return: recurrence-expansion-end
  • access: public
string getRecurrenceExpansionEnd ()
getRecurrenceExpansionStart (line 258)
  • return: recurrence-expansion-start
  • access: public
string getRecurrenceExpansionStart ()
getSingleEvents (line 309)
  • return: singleevents
  • access: public
string getSingleEvents ()
getSortOrder (line 233)
  • return: sortorder
  • access: public
string getSortOrder ()
getStartMax (line 197)
  • return: start-max
  • access: public
int getStartMax ()
getStartMin (line 209)
  • return: start-min
  • access: public
int getStartMin ()
getUser (line 139)
  • return: user
  • access: public
string getUser ()
getVisibility (line 147)
  • return: visibility
  • access: public
string getVisibility ()
setComments (line 66)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Calendar_EventQuery setComments (string $value)
  • string $value
setEvent (line 76)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Calendar_EventQuery setEvent (string $value)
  • string $value
setFutureEvents (line 360)
  • return: Provides a fluent interface TODO should we be this strict with values?
  • access: public
Zend_Gdata_Calendar_EventQuery setFutureEvents (string $value)
  • string $value
setOrderBy (line 184)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Calendar_EventQuery setOrderBy (string $value)
  • string $value
setProjection (line 86)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Calendar_EventQuery setProjection (string $value)
  • string $value
setRecurrenceExpansionEnd (line 296)
  • return: recurrence-expansion-end
  • access: public
string setRecurrenceExpansionEnd ( $value)
  • $value
setRecurrenceExpansionStart (line 270)
  • return: recurrence-expansion-start
  • access: public
string setRecurrenceExpansionStart ( $value)
  • $value
setSingleEvents (line 321)
  • return: singleevents
  • access: public
string setSingleEvents ( $value)
  • $value
setSortOrder (line 245)
  • return: sortorder
  • access: public
string setSortOrder ( $value)
  • $value
setStartMax (line 156)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Calendar_EventQuery setStartMax (int $value)
  • int $value
setStartMin (line 170)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Calendar_EventQuery setStartMin (int $value)
  • int $value
setUser (line 96)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Calendar_EventQuery setUser (string $value)
  • string $value
setVisibility (line 106)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Calendar_EventQuery setVisibility (bool $value)
  • bool $value
Class Constants
CALENDAR_FEED_URI = 'http://www.google.com/calendar/feeds' (line 45)

Documentation generated on Sun, 27 May 2007 23:29:25 -0700 by phpDocumentor 1.3.2