[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/Extension/ -> RecurrenceException.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: 215 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_Extension_RecurrenceException:: (10 methods):
  __construct()
  getDOM()
  takeAttributeFromDOM()
  takeChildFromDOM()
  getSpecialized()
  setSpecialized()
  getEntryLink()
  setEntryLink()
  getOriginalEvent()
  setOriginalEvent()


Class: Zend_Gdata_Extension_RecurrenceException  - X-Ref

Data model class to represent an entry's recurrenceException

__construct($specialized = null, $entryLink = null,$originalEvent = null)   X-Ref
Constructs a new Zend_Gdata_Extension_RecurrenceException object.

param: bool $specialized (optional) Whether this is a specialized exception or not.
param: Zend_Gdata_EntryLink (optional) An Event entry with details about the exception.
param: Zend_Gdata_OriginalEvent (optional) The origianl recurrent event this is an exeption to.

getDOM($doc = null, $majorVersion = 1, $minorVersion = null)   X-Ref
Retrieves a DOMElement which corresponds to this element and all
child properties.  This is used to build an entry back into a DOM
and eventually XML text for sending to the server upon updates, or
for application storage/persistence.

param: DOMDocument $doc The DOMDocument used to construct DOMElements
return: DOMElement The DOMElement representing this element and all

takeAttributeFromDOM($attribute)   X-Ref
Given a DOMNode representing an attribute, tries to map the data into
instance members.  If no mapping is defined, the name and value are
stored in an array.

param: DOMNode $attribute The DOMNode attribute needed to be handled

takeChildFromDOM($child)   X-Ref
Creates individual Entry objects of the appropriate type and
stores them as members of this entry based upon DOM data.

param: DOMNode $child The DOMNode to process

getSpecialized()   X-Ref
Get the value for this element's Specialized attribute.

return: bool The requested attribute.

setSpecialized($value)   X-Ref
Set the value for this element's Specialized attribute.

param: bool $value The desired value for this attribute.
return: Zend_Gdata_Extension_RecurrenceException The element being modified.

getEntryLink()   X-Ref
Get the value for this element's EntryLink attribute.

return: Zend_Gdata_Extension_EntryLink The requested attribute.

setEntryLink($value)   X-Ref
Set the value for this element's EntryLink attribute.

param: Zend_Gdata_Extension_EntryLink $value The desired value for this attribute.
return: Zend_Gdata_Extension_RecurrenceException The element being modified.

getOriginalEvent()   X-Ref
Get the value for this element's Specialized attribute.

return: Zend_Gdata_Extension_OriginalEvent The requested attribute.

setOriginalEvent($value)   X-Ref
Set the value for this element's Specialized attribute.

param: Zend_Gdata_Extension_OriginalEvent $value The desired value for this attribute.
return: Zend_Gdata_Extension_RecurrenceException The element being modified.



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