Gdata/Calendar/ListEntry.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
Calendar  
Version
$Id$  

\Zend_Gdata_Calendar_ListEntry

Package: Zend_Gdata\Calendar
Represents a Calendar entry in the Calendar data API meta feed of a user's calendars.
Parent(s)
\Zend_Gdata_Entry < \Zend_Gdata_App_MediaEntry < \Zend_Gdata_App_Entry < \Zend_Gdata_App_FeedEntryParent < \Zend_Gdata_App_Base
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected$_accessLevel = null
Default valuenullDetails
Type
n/a
>VPropertyprotected$_color = null
Default valuenullDetails
Type
n/a
>VPropertyprotected$_hidden = null
Default valuenullDetails
Type
n/a
>VPropertyprotected$_selected = null
Default valuenullDetails
Type
n/a
>VPropertyprotected$_timezone = null
Default valuenullDetails
Type
n/a
>VPropertyprotected$_where = array()
Default valuearray()Details
Type
n/a

Methods

methodpublic__construct( $element = null) : void

Parameters
NameTypeDescription
$element
methodpublicgetAccessLevel() : void

methodpublicgetColor() : void

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

Parameters
NameTypeDescription
$doc
$majorVersion
$minorVersion
methodpublicgetHidden() : void

methodpublicgetSelected() : void

methodpublicgetTimezone() : void

methodpublicgetWhere() : void

methodpublicsetAccessLevel(\Zend_Gdata_Calendar_Extension_AccessLevel $value) : \Zend_Gdata_Extension_ListEntry

Parameters
NameTypeDescription
$value\Zend_Gdata_Calendar_Extension_AccessLevel
Returns
TypeDescription
\Zend_Gdata_Extension_ListEntryProvides a fluent interface
methodpublicsetColor(\Zend_Gdata_Calendar_Extension_Color $value) : \Zend_Gdata_Extension_ListEntry

Parameters
NameTypeDescription
$value\Zend_Gdata_Calendar_Extension_Color
Returns
TypeDescription
\Zend_Gdata_Extension_ListEntryProvides a fluent interface
methodpublicsetHidden(\Zend_Gdata_Calendar_Extension_Hidden $value) : \Zend_Gdata_Extension_ListEntry

Parameters
NameTypeDescription
$value\Zend_Gdata_Calendar_Extension_Hidden
Returns
TypeDescription
\Zend_Gdata_Extension_ListEntryProvides a fluent interface
methodpublicsetSelected(\Zend_Gdata_Calendar_Extension_Selected $value) : \Zend_Gdata_Extension_ListEntry

Parameters
NameTypeDescription
$value\Zend_Gdata_Calendar_Extension_Selected
Returns
TypeDescription
\Zend_Gdata_Extension_ListEntryProvides a fluent interface
methodpublicsetTimezone(\Zend_Gdata_Calendar_Extension_Timezone $value) : \Zend_Gdata_Extension_ListEntry

Parameters
NameTypeDescription
$value\Zend_Gdata_Calendar_Extension_Timezone
Returns
TypeDescription
\Zend_Gdata_Extension_ListEntryProvides a fluent interface
methodpublicsetWhere(\Zend_Gdata_Extension_Where $value) : \Zend_Gdata_Extension_ListEntry

Parameters
NameTypeDescription
$value\Zend_Gdata_Extension_Where
Returns
TypeDescription
\Zend_Gdata_Extension_ListEntryProvides a fluent interface
methodprotectedtakeChildFromDOM( $child) : void

Parameters
NameTypeDescription
$child
Documentation was generated by phpDocumentor 2.2.0 .