[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/Calendar/ -> EventQuery.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 491 lines (14 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_Calendar_EventQuery:: (28 methods):
  __construct()
  setComments()
  setEvent()
  setProjection()
  setUser()
  setVisibility()
  getComments()
  getEvent()
  getProjection()
  getUser()
  getVisibility()
  setStartMax()
  setStartMin()
  setOrderBy()
  getStartMax()
  getStartMin()
  getOrderBy()
  getSortOrder()
  setSortOrder()
  getRecurrenceExpansionStart()
  setRecurrenceExpansionStart()
  getRecurrenceExpansionEnd()
  setRecurrenceExpansionEnd()
  getSingleEvents()
  setSingleEvents()
  getFutureEvents()
  setFutureEvents()
  getQueryUrl()


Class: Zend_Gdata_Calendar_EventQuery  - X-Ref

Assists in constructing queries for Google Calendar events

__construct($url = null)   X-Ref
Create Gdata_Calendar_EventQuery object.  If a URL is provided,
it becomes the base URL, and additional URL components may be
appended.  For instance, if $url is 'http://www.google.com/calendar',
the default URL constructed will be
'http://www.google.com/calendar/default/public/full'.

If the URL already contains a calendar ID, projection, visibility,
event ID, or comment ID, you will need to set these fields to null
to prevent them from being inserted. See this class's properties for
more information.

param: string $url The URL to use as the base path for requests

setComments($value)   X-Ref

param: string $value
return: Zend_Gdata_Calendar_EventQuery Provides a fluent interface

setEvent($value)   X-Ref

param: string $value
return: Zend_Gdata_Calendar_EventQuery Provides a fluent interface

setProjection($value)   X-Ref

param: string $value
return: Zend_Gdata_Calendar_EventQuery Provides a fluent interface

setUser($value)   X-Ref

param: string $value
return: Zend_Gdata_Calendar_EventQuery Provides a fluent interface

setVisibility($value)   X-Ref

param: bool $value
return: Zend_Gdata_Calendar_EventQuery Provides a fluent interface

getComments()   X-Ref

return: string comments

getEvent()   X-Ref

return: string event

getProjection()   X-Ref

return: string projection

getUser()   X-Ref

return: string user

getVisibility()   X-Ref

return: string visibility

setStartMax($value)   X-Ref

param: int $value
return: Zend_Gdata_Calendar_EventQuery Provides a fluent interface

setStartMin($value)   X-Ref

param: int $value
return: Zend_Gdata_Calendar_EventQuery Provides a fluent interface

setOrderBy($value)   X-Ref

param: string $value
return: Zend_Gdata_Calendar_EventQuery Provides a fluent interface

getStartMax()   X-Ref

return: int start-max

getStartMin()   X-Ref

return: int start-min

getOrderBy()   X-Ref

return: string orderby

getSortOrder()   X-Ref

return: string sortorder

setSortOrder($value)   X-Ref

return: string sortorder

getRecurrenceExpansionStart()   X-Ref

return: string recurrence-expansion-start

setRecurrenceExpansionStart($value)   X-Ref

return: string recurrence-expansion-start

getRecurrenceExpansionEnd()   X-Ref

return: string recurrence-expansion-end

setRecurrenceExpansionEnd($value)   X-Ref

return: string recurrence-expansion-end

getSingleEvents()   X-Ref

param: string $value Also accepts bools.
return: Zend_Gdata_Calendar_EventQuery Provides a fluent interface

setSingleEvents($value)   X-Ref

param: string $value Also accepts bools. If using a string, must be either "true" or "false".
return: Zend_Gdata_Calendar_EventQuery Provides a fluent interface

getFutureEvents()   X-Ref

return: string futureevents

setFutureEvents($value)   X-Ref

param: string $value Also accepts bools. If using a string, must be either "true" or "false" or
return: Zend_Gdata_Calendar_EventQuery Provides a fluent interface

getQueryUrl()   X-Ref

return: string url



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1