import v1.1.0_beta1 | 2009-08-21
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Zend Framework
|
||||
*
|
||||
@ -15,6 +14,7 @@
|
||||
*
|
||||
* @category Zend
|
||||
* @package Zend_Gdata
|
||||
* @subpackage Gdata
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
*/
|
||||
@ -69,11 +69,6 @@ require_once 'Zend/Gdata/Extension/Transparency.php';
|
||||
*/
|
||||
require_once 'Zend/Gdata/Extension/Visibility.php';
|
||||
|
||||
/**
|
||||
* @see Zend_Gdata_Extension_RecurrenceException
|
||||
*/
|
||||
require_once 'Zend/Gdata/Extension/RecurrenceException.php';
|
||||
|
||||
/**
|
||||
* @see Zend_Gdata_Extension_ExtendedProperty
|
||||
*/
|
||||
@ -95,6 +90,7 @@ require_once 'Zend/Gdata/Extension/EntryLink.php';
|
||||
*
|
||||
* @category Zend
|
||||
* @package Zend_Gdata
|
||||
* @subpackage Gdata
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
*/
|
||||
@ -213,6 +209,7 @@ class Zend_Gdata_Kind_EventEntry extends Zend_Gdata_Entry
|
||||
$this->_visibility = $visiblity;
|
||||
break;
|
||||
case $this->lookupNamespace('gd') . ':' . 'recurrenceException';
|
||||
require_once 'Zend/Gdata/Extension/RecurrenceException.php';
|
||||
$recurrenceException = new Zend_Gdata_Extension_RecurrenceException();
|
||||
$recurrenceException ->transferFromDOM($child);
|
||||
$this->_recurrenceException[] = $recurrenceException;
|
||||
|
Reference in New Issue
Block a user