import v1.1.0_beta1 | 2009-08-21
This commit is contained in:
@ -15,6 +15,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
|
||||
*/
|
||||
@ -24,11 +25,22 @@
|
||||
*/
|
||||
require_once 'Zend/Gdata/Extension.php';
|
||||
|
||||
/**
|
||||
* @see Zend_Gdata_Extension_EntryLink
|
||||
*/
|
||||
require_once 'Zend/Gdata/Extension/EntryLink.php';
|
||||
|
||||
/**
|
||||
* @see Zend_Gdata_Extension_OriginalEvent
|
||||
*/
|
||||
require_once 'Zend/Gdata/Extension/OriginalEvent.php';
|
||||
|
||||
/**
|
||||
* Data model class to represent an entry's recurrenceException
|
||||
*
|
||||
* @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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user