Gdata/Kind/EventEntry.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Gdata  
Subpackage
Gdata  
Version
$Id$  

\Zend_Gdata_Kind_EventEntry

Package: Zend_Gdata\Gdata
Data model for the Gdata Event "Kind". Google Calendar has a separate EventEntry class which extends this.
Parent(s)
\Zend_Gdata_Entry < \Zend_Gdata_App_MediaEntry < \Zend_Gdata_App_Entry < \Zend_Gdata_App_FeedEntryParent < \Zend_Gdata_App_Base
Children
\Zend_Gdata_Calendar_EventEntry
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected$_comments = null
Default valuenullDetails
Type
n/a
>VPropertyprotected$_entryLink = null
Default valuenullDetails
Type
n/a
>VPropertyprotected$_eventStatus = null
Default valuenullDetails
Type
n/a
>VPropertyprotected$_extendedProperty = array()
Default valuearray()Details
Type
n/a
>VPropertyprotected$_originalEvent = null
Default valuenullDetails
Type
n/a
>VPropertyprotected$_recurrence = null
Default valuenullDetails
Type
n/a
>VPropertyprotected$_recurrenceException = array()
Default valuearray()Details
Type
n/a
>VPropertyprotected$_transparency = null
Default valuenullDetails
Type
n/a
>VPropertyprotected$_visibility = null
Default valuenullDetails
Type
n/a
>VPropertyprotected$_when = array()
Default valuearray()Details
Type
n/a
>VPropertyprotected$_where = array()
Default valuearray()Details
Type
n/a
>VPropertyprotected$_who = array()
Default valuearray()Details
Type
n/a

Methods

methodpublicgetComments() : void

methodpublicgetDOM( $doc = null,  $majorVersion = 1,  $minorVersion = null) : void

Parameters
NameTypeDescription
$doc
$majorVersion
$minorVersion
methodpublicgetEntryLink() : \Zend_Gdata_Extension_EntryLink

Get this entry's EntryLink element.

Returns
TypeDescription
\Zend_Gdata_Extension_EntryLinkThe requested entry.
methodpublicgetEventStatus() : void

methodpublicgetExtendedProperty() : void

methodpublicgetOriginalEvent() : void

methodpublicgetRecurrence() : void

methodpublicgetRecurrenceExcption() : void

methodpublicgetTransparency() : void

methodpublicgetVisibility() : void

methodpublicgetWhen() : void

methodpublicgetWhere() : void

methodpublicgetWho() : void

methodpublicsetComments(array $value) : \Zend_Gdata_Kind_EventEntry

Parameters
NameTypeDescription
$valuearray
Returns
TypeDescription
\Zend_Gdata_Kind_EventEntryProvides a fluent interface
methodpublicsetEntryLink(\Zend_Gdata_Extension_EntryLink $value) : \Zend_Gdata_Extension_Who

Set the child's EntryLink element.

Parameters
NameTypeDescription
$value\Zend_Gdata_Extension_EntryLink

The desired value for this attribute.

Returns
TypeDescription
\Zend_Gdata_Extension_WhoThe element being modified.
methodpublicsetEventStatus(array $value) : \Zend_Gdata_Kind_EventEntry

Parameters
NameTypeDescription
$valuearray
Returns
TypeDescription
\Zend_Gdata_Kind_EventEntryProvides a fluent interface
methodpublicsetExtendedProperty(array $value) : \Zend_Gdata_Kind_EventEntry

Parameters
NameTypeDescription
$valuearray
Returns
TypeDescription
\Zend_Gdata_Kind_EventEntryProvides a fluent interface
methodpublicsetOriginalEvent(\Zend_Gdata_Extension_OriginalEvent $value) : \Zend_Gdata_Kind_EventEntry

Parameters
NameTypeDescription
$value\Zend_Gdata_Extension_OriginalEvent
Returns
TypeDescription
\Zend_Gdata_Kind_EventEntryProvides a fluent interface
methodpublicsetRecurrence(array $value) : \Zend_Gdata_Kind_EventEntry

Parameters
NameTypeDescription
$valuearray
Returns
TypeDescription
\Zend_Gdata_Kind_EventEntryProvides a fluent interface
methodpublicsetRecurrenceException(array $value) : \Zend_Gdata_Kind_EventEntry

Parameters
NameTypeDescription
$valuearray
Returns
TypeDescription
\Zend_Gdata_Kind_EventEntryProvides a fluent interface
methodpublicsetTransparency(\Zend_Gdata_Transparency $value) : \Zend_Gdata_Kind_EventEntry

Parameters
NameTypeDescription
$value\Zend_Gdata_Transparency
Returns
TypeDescription
\Zend_Gdata_Kind_EventEntryProvides a fluent interface
methodpublicsetVisibility(\Zend_Gdata_Visibility $value) : \Zend_Gdata_Kind_EventEntry

Parameters
NameTypeDescription
$value\Zend_Gdata_Visibility
Returns
TypeDescription
\Zend_Gdata_Kind_EventEntryProvides a fluent interface
methodpublicsetWhen(array $value) : \Zend_Gdata_Kind_EventEntry

Parameters
NameTypeDescription
$valuearray
Returns
TypeDescription
\Zend_Gdata_Kind_EventEntryProvides a fluent interface
methodpublicsetWhere(array $value) : \Zend_Gdata_Kind_EventEntry

Parameters
NameTypeDescription
$valuearray
Returns
TypeDescription
\Zend_Gdata_Kind_EventEntryProvides a fluent interface
methodpublicsetWho(array $value) : \Zend_Gdata_Kind_EventEntry

Parameters
NameTypeDescription
$valuearray
Returns
TypeDescription
\Zend_Gdata_Kind_EventEntryProvides a fluent interface
methodprotectedtakeChildFromDOM( $child) : void

Parameters
NameTypeDescription
$child
Documentation was generated by phpDocumentor 2.2.0 .