import v1.1.0_RC2 | 2009-09-20
This commit is contained in:
@ -16,23 +16,23 @@
|
||||
* @category Zend
|
||||
* @package Zend_Service
|
||||
* @subpackage SlideShare
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id: Exception.php 9094 2008-03-30 18:36:55Z thomas $
|
||||
* @version $Id: Exception.php 16753 2009-07-16 01:38:21Z yoshida@zend.co.jp $
|
||||
*/
|
||||
|
||||
/**
|
||||
* @see Zend_Exception
|
||||
* @see Zend_Service_Exception
|
||||
*/
|
||||
require_once 'Zend/Exception.php';
|
||||
require_once 'Zend/Service/Exception.php';
|
||||
|
||||
/**
|
||||
* @category Zend
|
||||
* @package Zend_Service
|
||||
* @subpackage SlideShare
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
*/
|
||||
class Zend_Service_SlideShare_Exception extends Zend_Exception
|
||||
class Zend_Service_SlideShare_Exception extends Zend_Service_Exception
|
||||
{
|
||||
}
|
@ -15,9 +15,9 @@
|
||||
* @category Zend
|
||||
* @package Zend_Service
|
||||
* @subpackage SlideShare
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id: SlideShow.php 9094 2008-03-30 18:36:55Z thomas $
|
||||
* @version $Id: SlideShow.php 16211 2009-06-21 19:23:55Z thomas $
|
||||
*/
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
* @category Zend
|
||||
* @package Zend_Service
|
||||
* @subpackage SlideShare
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
*/
|
||||
class Zend_Service_SlideShare_SlideShow
|
||||
|
Reference in New Issue
Block a user