Upgrade Zend to version 1.12.10
This commit is contained in:
parent
70f3978d9f
commit
471e00179f
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Loader
|
* @package Zend_Loader
|
||||||
* @subpackage Exception
|
* @subpackage Exception
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -192,7 +192,7 @@ if ($appending) {
|
|||||||
$content = var_export((array) $map, true) . ';';
|
$content = var_export((array) $map, true) . ';';
|
||||||
|
|
||||||
// Prefix with dirname(__FILE__); modify the generated content
|
// Prefix with dirname(__FILE__); modify the generated content
|
||||||
$content = preg_replace("#(=> ')#", "=> dirname(__FILE__) . '", $content);
|
$content = preg_replace("#(=> ')#", "=> dirname(__FILE__) . '/", $content);
|
||||||
|
|
||||||
// Fix \' strings from injected DIRECTORY_SEPARATOR usage in iterator_apply op
|
// Fix \' strings from injected DIRECTORY_SEPARATOR usage in iterator_apply op
|
||||||
$content = str_replace("\\'", "'", $content);
|
$content = str_replace("\\'", "'", $content);
|
||||||
@ -215,7 +215,7 @@ if ($appending) {
|
|||||||
. 'return ' . var_export((array) $map, true) . ';';
|
. 'return ' . var_export((array) $map, true) . ';';
|
||||||
|
|
||||||
// Prefix with dirname(__FILE__); modify the generated content
|
// Prefix with dirname(__FILE__); modify the generated content
|
||||||
$content = preg_replace("#(=> ')#", "=> dirname(__FILE__) . '", $content);
|
$content = preg_replace("#(=> ')#", "=> dirname(__FILE__) . '/", $content);
|
||||||
|
|
||||||
// Fix \' strings from injected DIRECTORY_SEPARATOR usage in iterator_apply op
|
// Fix \' strings from injected DIRECTORY_SEPARATOR usage in iterator_apply op
|
||||||
$content = str_replace("\\'", "'", $content);
|
$content = str_replace("\\'", "'", $content);
|
||||||
|
@ -12,7 +12,7 @@ REM obtain it through the world-wide-web, please send an email
|
|||||||
REM to license@zend.com so we can send you a copy immediately.
|
REM to license@zend.com so we can send you a copy immediately.
|
||||||
REM
|
REM
|
||||||
REM Zend
|
REM Zend
|
||||||
REM Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
REM Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
REM http://framework.zend.com/license/new-bsd New BSD License
|
REM http://framework.zend.com/license/new-bsd New BSD License
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Tool
|
* @package Zend_Tool
|
||||||
* @subpackage Framework
|
* @subpackage Framework
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -26,7 +26,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Tool
|
* @package Zend_Tool
|
||||||
* @subpackage Framework
|
* @subpackage Framework
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class ZF
|
class ZF
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# to license@zend.com so we can send you a copy immediately.
|
# to license@zend.com so we can send you a copy immediately.
|
||||||
#
|
#
|
||||||
# Zend
|
# Zend
|
||||||
# Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
# Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
# http://framework.zend.com/license/new-bsd New BSD License
|
# http://framework.zend.com/license/new-bsd New BSD License
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -53,7 +53,7 @@ require_once 'Zend/Acl/Resource.php';
|
|||||||
/**
|
/**
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Acl
|
class Zend_Acl
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -41,7 +41,7 @@ require_once 'Zend/Acl/Resource/Interface.php';
|
|||||||
/**
|
/**
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
interface Zend_Acl_Assert_Interface
|
interface Zend_Acl_Assert_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@ require_once 'Zend/Exception.php';
|
|||||||
/**
|
/**
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Acl_Exception extends Zend_Exception
|
class Zend_Acl_Exception extends Zend_Exception
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@ require_once 'Zend/Acl/Resource/Interface.php';
|
|||||||
/**
|
/**
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Acl_Resource implements Zend_Acl_Resource_Interface
|
class Zend_Acl_Resource implements Zend_Acl_Resource_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -23,7 +23,7 @@
|
|||||||
/**
|
/**
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
interface Zend_Acl_Resource_Interface
|
interface Zend_Acl_Resource_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@ require_once 'Zend/Acl/Role/Interface.php';
|
|||||||
/**
|
/**
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Acl_Role implements Zend_Acl_Role_Interface
|
class Zend_Acl_Role implements Zend_Acl_Role_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -23,7 +23,7 @@
|
|||||||
/**
|
/**
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
interface Zend_Acl_Role_Interface
|
interface Zend_Acl_Role_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@ require_once 'Zend/Acl/Role/Interface.php';
|
|||||||
/**
|
/**
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Acl_Role_Registry
|
class Zend_Acl_Role_Registry
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@ require_once 'Zend/Acl/Exception.php';
|
|||||||
/**
|
/**
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Acl
|
* @package Zend_Acl
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Acl_Role_Registry_Exception extends Zend_Acl_Exception
|
class Zend_Acl_Role_Registry_Exception extends Zend_Acl_Exception
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -36,7 +36,7 @@ require_once 'Zend/Xml/Security.php';
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Adobe
|
* @subpackage Adobe
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Adobe_Auth extends Zend_Amf_Auth_Abstract
|
class Zend_Amf_Adobe_Auth extends Zend_Amf_Auth_Abstract
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -24,7 +24,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Adobe
|
* @subpackage Adobe
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Adobe_DbInspector
|
class Zend_Amf_Adobe_DbInspector
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@ require_once 'Zend/Server/Reflection.php';
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Adobe
|
* @subpackage Adobe
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Adobe_Introspector
|
class Zend_Amf_Adobe_Introspector
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -27,7 +27,7 @@ require_once 'Zend/Auth/Adapter/Interface.php';
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Auth
|
* @subpackage Auth
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Amf_Auth_Abstract implements Zend_Auth_Adapter_Interface
|
abstract class Zend_Amf_Auth_Abstract implements Zend_Auth_Adapter_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -24,7 +24,7 @@
|
|||||||
* deserialization to detect the AMF marker and encoding types.
|
* deserialization to detect the AMF marker and encoding types.
|
||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
final class Zend_Amf_Constants
|
final class Zend_Amf_Constants
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -26,7 +26,7 @@ require_once 'Zend/Exception.php';
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Exception extends Zend_Exception
|
class Zend_Amf_Exception extends Zend_Exception
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse_Amf0
|
* @subpackage Parse_Amf0
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -36,7 +36,7 @@ require_once 'Zend/Amf/Parse/Deserializer.php';
|
|||||||
* @todo Class could be implemented as Factory Class with each data type it's own class
|
* @todo Class could be implemented as Factory Class with each data type it's own class
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse_Amf0
|
* @subpackage Parse_Amf0
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Parse_Amf0_Deserializer extends Zend_Amf_Parse_Deserializer
|
class Zend_Amf_Parse_Amf0_Deserializer extends Zend_Amf_Parse_Deserializer
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse_Amf0
|
* @subpackage Parse_Amf0
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@ require_once 'Zend/Amf/Parse/Serializer.php';
|
|||||||
* @uses Zend_Amf_Parse_Serializer
|
* @uses Zend_Amf_Parse_Serializer
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse_Amf0
|
* @subpackage Parse_Amf0
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Parse_Amf0_Serializer extends Zend_Amf_Parse_Serializer
|
class Zend_Amf_Parse_Amf0_Serializer extends Zend_Amf_Parse_Serializer
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse_Amf3
|
* @subpackage Parse_Amf3
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -37,7 +37,7 @@ require_once 'Zend/Amf/Parse/TypeLoader.php';
|
|||||||
* @todo Class could be implemented as Factory Class with each data type it's own class.
|
* @todo Class could be implemented as Factory Class with each data type it's own class.
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse_Amf3
|
* @subpackage Parse_Amf3
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Parse_Amf3_Deserializer extends Zend_Amf_Parse_Deserializer
|
class Zend_Amf_Parse_Amf3_Deserializer extends Zend_Amf_Parse_Deserializer
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse_Amf3
|
* @subpackage Parse_Amf3
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -35,7 +35,7 @@ require_once 'Zend/Amf/Parse/TypeLoader.php';
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse_Amf3
|
* @subpackage Parse_Amf3
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Parse_Amf3_Serializer extends Zend_Amf_Parse_Serializer
|
class Zend_Amf_Parse_Amf3_Serializer extends Zend_Amf_Parse_Serializer
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
* @see http://opensource.adobe.com/svn/opensource/blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/
|
* @see http://opensource.adobe.com/svn/opensource/blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Amf_Parse_Deserializer
|
abstract class Zend_Amf_Parse_Deserializer
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -31,7 +31,7 @@ require_once 'Zend/Amf/Util/BinaryStream.php';
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Parse_InputStream extends Zend_Amf_Util_BinaryStream
|
class Zend_Amf_Parse_InputStream extends Zend_Amf_Util_BinaryStream
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@ require_once 'Zend/Amf/Util/BinaryStream.php';
|
|||||||
* @uses Zend_Amf_Util_BinaryStream
|
* @uses Zend_Amf_Util_BinaryStream
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Parse_OutputStream extends Zend_Amf_Util_BinaryStream
|
class Zend_Amf_Parse_OutputStream extends Zend_Amf_Util_BinaryStream
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -26,7 +26,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Parse_Resource_MysqlResult
|
class Zend_Amf_Parse_Resource_MysqlResult
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -26,7 +26,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Parse_Resource_MysqliResult
|
class Zend_Amf_Parse_Resource_MysqliResult
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -25,7 +25,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Parse_Resource_Stream
|
class Zend_Amf_Parse_Resource_Stream
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -25,7 +25,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Amf_Parse_Serializer
|
abstract class Zend_Amf_Parse_Serializer
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -47,7 +47,7 @@ require_once 'Zend/Amf/Value/Messaging/RemotingMessage.php';
|
|||||||
* @todo PHP 5.3 can drastically change this class w/ namespace and the new call_user_func w/ namespace
|
* @todo PHP 5.3 can drastically change this class w/ namespace and the new call_user_func w/ namespace
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Parse
|
* @subpackage Parse
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
final class Zend_Amf_Parse_TypeLoader
|
final class Zend_Amf_Parse_TypeLoader
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -40,7 +40,7 @@ require_once 'Zend/Amf/Value/MessageBody.php';
|
|||||||
*
|
*
|
||||||
* @todo Currently not checking if the object needs to be Type Mapped to a server object.
|
* @todo Currently not checking if the object needs to be Type Mapped to a server object.
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Request
|
class Zend_Amf_Request
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Request
|
* @subpackage Request
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@ require_once 'Zend/Amf/Request.php';
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Request
|
* @subpackage Request
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Request_Http extends Zend_Amf_Request
|
class Zend_Amf_Request_Http extends Zend_Amf_Request
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@ require_once 'Zend/Amf/Parse/Amf0/Serializer.php';
|
|||||||
* Handles converting the PHP object ready for response back into AMF
|
* Handles converting the PHP object ready for response back into AMF
|
||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Response
|
class Zend_Amf_Response
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Response
|
* @subpackage Response
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -28,7 +28,7 @@ require_once 'Zend/Amf/Response.php';
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Response
|
* @subpackage Response
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Response_Http extends Zend_Amf_Response
|
class Zend_Amf_Response_Http extends Zend_Amf_Response
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -52,7 +52,7 @@ require_once 'Zend/Auth.php';
|
|||||||
* @todo Make the reflection methods cache and autoload.
|
* @todo Make the reflection methods cache and autoload.
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Server
|
* @subpackage Server
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Server implements Zend_Server_Interface
|
class Zend_Amf_Server implements Zend_Server_Interface
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Server
|
* @subpackage Server
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@ require_once 'Zend/Amf/Exception.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Server
|
* @subpackage Server
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Server_Exception extends Zend_Amf_Exception
|
class Zend_Amf_Server_Exception extends Zend_Amf_Exception
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Util
|
* @subpackage Util
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -25,7 +25,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Util
|
* @subpackage Util
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Util_BinaryStream
|
class Zend_Amf_Util_BinaryStream
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -25,7 +25,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Value_ByteArray
|
class Zend_Amf_Value_ByteArray
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Value_MessageBody
|
class Zend_Amf_Value_MessageBody
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Value_MessageHeader
|
class Zend_Amf_Value_MessageHeader
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -26,7 +26,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Value_Messaging_AbstractMessage
|
class Zend_Amf_Value_Messaging_AbstractMessage
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@ require_once 'Zend/Amf/Value/Messaging/AsyncMessage.php';
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Value_Messaging_AcknowledgeMessage extends Zend_Amf_Value_Messaging_AsyncMessage
|
class Zend_Amf_Value_Messaging_AcknowledgeMessage extends Zend_Amf_Value_Messaging_AsyncMessage
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -27,7 +27,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Value_Messaging_ArrayCollection extends ArrayObject
|
class Zend_Amf_Value_Messaging_ArrayCollection extends ArrayObject
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@ require_once 'Zend/Amf/Value/Messaging/AbstractMessage.php';
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Value_Messaging_AsyncMessage extends Zend_Amf_Value_Messaging_AbstractMessage
|
class Zend_Amf_Value_Messaging_AsyncMessage extends Zend_Amf_Value_Messaging_AbstractMessage
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -36,7 +36,7 @@ require_once 'Zend/Amf/Value/Messaging/AsyncMessage.php';
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Value_Messaging_CommandMessage extends Zend_Amf_Value_Messaging_AsyncMessage
|
class Zend_Amf_Value_Messaging_CommandMessage extends Zend_Amf_Value_Messaging_AsyncMessage
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@ require_once 'Zend/Amf/Value/Messaging/AcknowledgeMessage.php';
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Value_Messaging_ErrorMessage extends Zend_Amf_Value_Messaging_AcknowledgeMessage
|
class Zend_Amf_Value_Messaging_ErrorMessage extends Zend_Amf_Value_Messaging_AcknowledgeMessage
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -31,7 +31,7 @@ require_once 'Zend/Amf/Value/Messaging/AbstractMessage.php';
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Value_Messaging_RemotingMessage extends Zend_Amf_Value_Messaging_AbstractMessage
|
class Zend_Amf_Value_Messaging_RemotingMessage extends Zend_Amf_Value_Messaging_AbstractMessage
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -25,7 +25,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Amf
|
* @package Zend_Amf
|
||||||
* @subpackage Value
|
* @subpackage Value
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Amf_Value_TraitsInfo
|
class Zend_Amf_Value_TraitsInfo
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -22,7 +22,7 @@
|
|||||||
/**
|
/**
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application
|
class Zend_Application
|
||||||
@ -86,7 +86,10 @@ class Zend_Application
|
|||||||
} elseif ($options instanceof Zend_Config) {
|
} elseif ($options instanceof Zend_Config) {
|
||||||
$options = $options->toArray();
|
$options = $options->toArray();
|
||||||
} elseif (!is_array($options)) {
|
} elseif (!is_array($options)) {
|
||||||
throw new Zend_Application_Exception('Invalid options provided; must be location of config file, a config object, or an array');
|
throw new Zend_Application_Exception(
|
||||||
|
'Invalid options provided; must be location of config file,'
|
||||||
|
. ' a config object, or an array'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->setOptions($options);
|
$this->setOptions($options);
|
||||||
@ -127,11 +130,15 @@ class Zend_Application
|
|||||||
if (is_array($options['config'])) {
|
if (is_array($options['config'])) {
|
||||||
$_options = array();
|
$_options = array();
|
||||||
foreach ($options['config'] as $tmp) {
|
foreach ($options['config'] as $tmp) {
|
||||||
$_options = $this->mergeOptions($_options, $this->_loadConfig($tmp));
|
$_options = $this->mergeOptions(
|
||||||
|
$_options, $this->_loadConfig($tmp)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
$options = $this->mergeOptions($_options, $options);
|
$options = $this->mergeOptions($_options, $options);
|
||||||
} else {
|
} else {
|
||||||
$options = $this->mergeOptions($this->_loadConfig($options['config']), $options);
|
$options = $this->mergeOptions(
|
||||||
|
$this->_loadConfig($options['config']), $options
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -171,7 +178,9 @@ class Zend_Application
|
|||||||
$this->setBootstrap($bootstrap);
|
$this->setBootstrap($bootstrap);
|
||||||
} elseif (is_array($bootstrap)) {
|
} elseif (is_array($bootstrap)) {
|
||||||
if (empty($bootstrap['path'])) {
|
if (empty($bootstrap['path'])) {
|
||||||
throw new Zend_Application_Exception('No bootstrap path provided');
|
throw new Zend_Application_Exception(
|
||||||
|
'No bootstrap path provided'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$path = $bootstrap['path'];
|
$path = $bootstrap['path'];
|
||||||
@ -183,7 +192,9 @@ class Zend_Application
|
|||||||
|
|
||||||
$this->setBootstrap($path, $class);
|
$this->setBootstrap($path, $class);
|
||||||
} else {
|
} else {
|
||||||
throw new Zend_Application_Exception('Invalid bootstrap information provided');
|
throw new Zend_Application_Exception(
|
||||||
|
'Invalid bootstrap information provided'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -319,13 +330,18 @@ class Zend_Application
|
|||||||
if (!class_exists($class, false)) {
|
if (!class_exists($class, false)) {
|
||||||
require_once $path;
|
require_once $path;
|
||||||
if (!class_exists($class, false)) {
|
if (!class_exists($class, false)) {
|
||||||
throw new Zend_Application_Exception('Bootstrap class not found');
|
throw new Zend_Application_Exception(
|
||||||
|
'Bootstrap class not found'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->_bootstrap = new $class($this);
|
$this->_bootstrap = new $class($this);
|
||||||
|
|
||||||
if (!$this->_bootstrap instanceof Zend_Application_Bootstrap_Bootstrapper) {
|
if (!$this->_bootstrap instanceof Zend_Application_Bootstrap_Bootstrapper) {
|
||||||
throw new Zend_Application_Exception('Bootstrap class does not implement Zend_Application_Bootstrap_Bootstrapper');
|
throw new Zend_Application_Exception(
|
||||||
|
'Bootstrap class does not implement'
|
||||||
|
. ' Zend_Application_Bootstrap_Bootstrapper'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
@ -403,13 +419,18 @@ class Zend_Application
|
|||||||
case 'inc':
|
case 'inc':
|
||||||
$config = include $file;
|
$config = include $file;
|
||||||
if (!is_array($config)) {
|
if (!is_array($config)) {
|
||||||
throw new Zend_Application_Exception('Invalid configuration file provided; PHP file does not return array value');
|
throw new Zend_Application_Exception(
|
||||||
|
'Invalid configuration file provided; PHP file does not'
|
||||||
|
. ' return array value'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
return $config;
|
return $config;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
throw new Zend_Application_Exception('Invalid configuration file provided; unknown config type');
|
throw new Zend_Application_Exception(
|
||||||
|
'Invalid configuration file provided; unknown config type'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $config->toArray();
|
return $config->toArray();
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Bootstrap
|
* @subpackage Bootstrap
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -34,7 +34,7 @@ require_once 'Zend/Application/Bootstrap/BootstrapAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Bootstrap
|
* @subpackage Bootstrap
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Bootstrap_Bootstrap
|
class Zend_Application_Bootstrap_Bootstrap
|
||||||
@ -64,9 +64,13 @@ class Zend_Application_Bootstrap_Bootstrap
|
|||||||
parent::__construct($application);
|
parent::__construct($application);
|
||||||
|
|
||||||
if ($application->hasOption('resourceloader')) {
|
if ($application->hasOption('resourceloader')) {
|
||||||
$this->setOptions(array(
|
$this->setOptions(
|
||||||
'resourceloader' => $application->getOption('resourceloader')
|
array(
|
||||||
));
|
'resourceloader' => $application->getOption(
|
||||||
|
'resourceloader'
|
||||||
|
)
|
||||||
|
)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
$this->getResourceLoader();
|
$this->getResourceLoader();
|
||||||
|
|
||||||
@ -128,10 +132,14 @@ class Zend_Application_Bootstrap_Bootstrap
|
|||||||
) {
|
) {
|
||||||
$r = new ReflectionClass($this);
|
$r = new ReflectionClass($this);
|
||||||
$path = $r->getFileName();
|
$path = $r->getFileName();
|
||||||
$this->setResourceLoader(new Zend_Application_Module_Autoloader(array(
|
$this->setResourceLoader(
|
||||||
'namespace' => $namespace,
|
new Zend_Application_Module_Autoloader(
|
||||||
'basePath' => dirname($path),
|
array(
|
||||||
)));
|
'namespace' => $namespace,
|
||||||
|
'basePath' => dirname($path),
|
||||||
|
)
|
||||||
|
)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
return $this->_resourceLoader;
|
return $this->_resourceLoader;
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Bootstrap
|
* @subpackage Bootstrap
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -38,7 +38,7 @@ require_once 'Zend/Application/Bootstrap/ResourceBootstrapper.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Bootstrap
|
* @subpackage Bootstrap
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Application_Bootstrap_BootstrapAbstract
|
abstract class Zend_Application_Bootstrap_BootstrapAbstract
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Bootstrap
|
* @subpackage Bootstrap
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -26,7 +26,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Bootstrap
|
* @subpackage Bootstrap
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
interface Zend_Application_Bootstrap_Bootstrapper
|
interface Zend_Application_Bootstrap_Bootstrapper
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@ require_once 'Zend/Application/Exception.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @uses Zend_Application_Exception
|
* @uses Zend_Application_Exception
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Bootstrap_Exception extends Zend_Application_Exception
|
class Zend_Application_Bootstrap_Exception extends Zend_Application_Exception
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Bootstrap
|
* @subpackage Bootstrap
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -26,7 +26,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Bootstrap
|
* @subpackage Bootstrap
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
interface Zend_Application_Bootstrap_ResourceBootstrapper
|
interface Zend_Application_Bootstrap_ResourceBootstrapper
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@ require_once 'Zend/Exception.php';
|
|||||||
* @uses Zend_Exception
|
* @uses Zend_Exception
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Exception extends Zend_Exception
|
class Zend_Application_Exception extends Zend_Exception
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Module
|
* @subpackage Module
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@ require_once 'Zend/Loader/Autoloader/Resource.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Module
|
* @subpackage Module
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Module_Autoloader extends Zend_Loader_Autoloader_Resource
|
class Zend_Application_Module_Autoloader extends Zend_Loader_Autoloader_Resource
|
||||||
@ -54,40 +54,42 @@ class Zend_Application_Module_Autoloader extends Zend_Loader_Autoloader_Resource
|
|||||||
public function initDefaultResourceTypes()
|
public function initDefaultResourceTypes()
|
||||||
{
|
{
|
||||||
$basePath = $this->getBasePath();
|
$basePath = $this->getBasePath();
|
||||||
$this->addResourceTypes(array(
|
$this->addResourceTypes(
|
||||||
'dbtable' => array(
|
array(
|
||||||
'namespace' => 'Model_DbTable',
|
'dbtable' => array(
|
||||||
'path' => 'models/DbTable',
|
'namespace' => 'Model_DbTable',
|
||||||
),
|
'path' => 'models/DbTable',
|
||||||
'mappers' => array(
|
),
|
||||||
'namespace' => 'Model_Mapper',
|
'mappers' => array(
|
||||||
'path' => 'models/mappers',
|
'namespace' => 'Model_Mapper',
|
||||||
),
|
'path' => 'models/mappers',
|
||||||
'form' => array(
|
),
|
||||||
'namespace' => 'Form',
|
'form' => array(
|
||||||
'path' => 'forms',
|
'namespace' => 'Form',
|
||||||
),
|
'path' => 'forms',
|
||||||
'model' => array(
|
),
|
||||||
'namespace' => 'Model',
|
'model' => array(
|
||||||
'path' => 'models',
|
'namespace' => 'Model',
|
||||||
),
|
'path' => 'models',
|
||||||
'plugin' => array(
|
),
|
||||||
'namespace' => 'Plugin',
|
'plugin' => array(
|
||||||
'path' => 'plugins',
|
'namespace' => 'Plugin',
|
||||||
),
|
'path' => 'plugins',
|
||||||
'service' => array(
|
),
|
||||||
'namespace' => 'Service',
|
'service' => array(
|
||||||
'path' => 'services',
|
'namespace' => 'Service',
|
||||||
),
|
'path' => 'services',
|
||||||
'viewhelper' => array(
|
),
|
||||||
'namespace' => 'View_Helper',
|
'viewhelper' => array(
|
||||||
'path' => 'views/helpers',
|
'namespace' => 'View_Helper',
|
||||||
),
|
'path' => 'views/helpers',
|
||||||
'viewfilter' => array(
|
),
|
||||||
'namespace' => 'View_Filter',
|
'viewfilter' => array(
|
||||||
'path' => 'views/filters',
|
'namespace' => 'View_Filter',
|
||||||
),
|
'path' => 'views/filters',
|
||||||
));
|
),
|
||||||
|
)
|
||||||
|
);
|
||||||
$this->setDefaultResourceType('model');
|
$this->setDefaultResourceType('model');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Module
|
* @subpackage Module
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@ require_once 'Zend/Application/Bootstrap/Bootstrap.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Module
|
* @subpackage Module
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Application_Module_Bootstrap
|
abstract class Zend_Application_Module_Bootstrap
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -28,7 +28,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_Cachemanager extends Zend_Application_Resource_ResourceAbstract
|
class Zend_Application_Resource_Cachemanager extends Zend_Application_Resource_ResourceAbstract
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbstract
|
class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbstract
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_Dojo
|
class Zend_Application_Resource_Dojo
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@ require_once 'Zend/Application/Exception.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_Exception extends Zend_Application_Exception
|
class Zend_Application_Resource_Exception extends Zend_Application_Exception
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resource_ResourceAbstract
|
class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resource_ResourceAbstract
|
||||||
@ -72,7 +72,7 @@ class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resourc
|
|||||||
if (is_string($value)) {
|
if (is_string($value)) {
|
||||||
$front->addModuleDirectory($value);
|
$front->addModuleDirectory($value);
|
||||||
} elseif (is_array($value)) {
|
} elseif (is_array($value)) {
|
||||||
foreach($value as $moduleDir) {
|
foreach ($value as $moduleDir) {
|
||||||
$front->addModuleDirectory($moduleDir);
|
$front->addModuleDirectory($moduleDir);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -103,11 +103,10 @@ class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resourc
|
|||||||
case 'plugins':
|
case 'plugins':
|
||||||
foreach ((array) $value as $pluginClass) {
|
foreach ((array) $value as $pluginClass) {
|
||||||
$stackIndex = null;
|
$stackIndex = null;
|
||||||
if(is_array($pluginClass)) {
|
if (is_array($pluginClass)) {
|
||||||
$pluginClass = array_change_key_case($pluginClass, CASE_LOWER);
|
$pluginClass = array_change_key_case($pluginClass, CASE_LOWER);
|
||||||
if(isset($pluginClass['class']))
|
if (isset($pluginClass['class'])) {
|
||||||
{
|
if (isset($pluginClass['stackindex'])) {
|
||||||
if(isset($pluginClass['stackindex'])) {
|
|
||||||
$stackIndex = $pluginClass['stackindex'];
|
$stackIndex = $pluginClass['stackindex'];
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -137,7 +136,7 @@ class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resourc
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'dispatcher':
|
case 'dispatcher':
|
||||||
if(!isset($value['class'])) {
|
if (!isset($value['class'])) {
|
||||||
require_once 'Zend/Application/Exception.php';
|
require_once 'Zend/Application/Exception.php';
|
||||||
throw new Zend_Application_Exception('You must specify both ');
|
throw new Zend_Application_Exception('You must specify both ');
|
||||||
}
|
}
|
||||||
@ -146,7 +145,7 @@ class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resourc
|
|||||||
}
|
}
|
||||||
|
|
||||||
$dispatchClass = $value['class'];
|
$dispatchClass = $value['class'];
|
||||||
if(!class_exists($dispatchClass)) {
|
if (!class_exists($dispatchClass)) {
|
||||||
require_once 'Zend/Application/Exception.php';
|
require_once 'Zend/Application/Exception.php';
|
||||||
throw new Zend_Application_Exception('Dispatcher class not found!');
|
throw new Zend_Application_Exception('Dispatcher class not found!');
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_Layout
|
class Zend_Application_Resource_Layout
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_Locale
|
class Zend_Application_Resource_Locale
|
||||||
@ -68,9 +68,9 @@ class Zend_Application_Resource_Locale
|
|||||||
|
|
||||||
if (!isset($options['default'])) {
|
if (!isset($options['default'])) {
|
||||||
$this->_locale = new Zend_Locale();
|
$this->_locale = new Zend_Locale();
|
||||||
} elseif(!isset($options['force']) ||
|
} elseif (!isset($options['force'])
|
||||||
(bool) $options['force'] == false)
|
|| (bool)$options['force'] == false
|
||||||
{
|
) {
|
||||||
// Don't force any locale, just go for auto detection
|
// Don't force any locale, just go for auto detection
|
||||||
Zend_Locale::setDefault($options['default']);
|
Zend_Locale::setDefault($options['default']);
|
||||||
$this->_locale = new Zend_Locale();
|
$this->_locale = new Zend_Locale();
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_Log
|
class Zend_Application_Resource_Log
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceAbstract
|
class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceAbstract
|
||||||
@ -43,7 +43,8 @@ class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceA
|
|||||||
*/
|
*/
|
||||||
protected $_transport;
|
protected $_transport;
|
||||||
|
|
||||||
public function init() {
|
public function init()
|
||||||
|
{
|
||||||
return $this->getMail();
|
return $this->getMail();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -55,21 +56,21 @@ class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceA
|
|||||||
{
|
{
|
||||||
if (null === $this->_transport) {
|
if (null === $this->_transport) {
|
||||||
$options = $this->getOptions();
|
$options = $this->getOptions();
|
||||||
foreach($options as $key => $option) {
|
foreach ($options as $key => $option) {
|
||||||
$options[strtolower($key)] = $option;
|
$options[strtolower($key)] = $option;
|
||||||
}
|
}
|
||||||
$this->setOptions($options);
|
$this->setOptions($options);
|
||||||
|
|
||||||
if(isset($options['transport']) &&
|
if (isset($options['transport'])
|
||||||
!is_numeric($options['transport']))
|
&& !is_numeric($options['transport'])
|
||||||
{
|
) {
|
||||||
$this->_transport = $this->_setupTransport($options['transport']);
|
$this->_transport = $this->_setupTransport($options['transport']);
|
||||||
if(!isset($options['transport']['register']) ||
|
if (!isset($options['transport']['register'])
|
||||||
$options['transport']['register'] == '1' ||
|
|| $options['transport']['register'] == '1'
|
||||||
(isset($options['transport']['register']) &&
|
|| (isset($options['transport']['register'])
|
||||||
!is_numeric($options['transport']['register']) &&
|
&& !is_numeric($options['transport']['register'])
|
||||||
(bool) $options['transport']['register'] == true))
|
&& (bool)$options['transport']['register'] == true)
|
||||||
{
|
) {
|
||||||
Zend_Mail::setDefaultTransport($this->_transport);
|
Zend_Mail::setDefaultTransport($this->_transport);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -81,19 +82,23 @@ class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceA
|
|||||||
return $this->_transport;
|
return $this->_transport;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function _setDefaults($type) {
|
protected function _setDefaults($type)
|
||||||
|
{
|
||||||
$key = strtolower('default' . $type);
|
$key = strtolower('default' . $type);
|
||||||
$options = $this->getOptions();
|
$options = $this->getOptions();
|
||||||
|
|
||||||
if(isset($options[$key]['email']) &&
|
if (isset($options[$key]['email'])
|
||||||
!is_numeric($options[$key]['email']))
|
&& !is_numeric($options[$key]['email'])
|
||||||
{
|
) {
|
||||||
$method = array('Zend_Mail', 'setDefault' . ucfirst($type));
|
$method = array('Zend_Mail', 'setDefault' . ucfirst($type));
|
||||||
if(isset($options[$key]['name']) &&
|
if (isset($options[$key]['name'])
|
||||||
!is_numeric($options[$key]['name']))
|
&& !is_numeric(
|
||||||
{
|
$options[$key]['name']
|
||||||
call_user_func($method, $options[$key]['email'],
|
)
|
||||||
$options[$key]['name']);
|
) {
|
||||||
|
call_user_func(
|
||||||
|
$method, $options[$key]['email'], $options[$key]['name']
|
||||||
|
);
|
||||||
} else {
|
} else {
|
||||||
call_user_func($method, $options[$key]['email']);
|
call_user_func($method, $options[$key]['email']);
|
||||||
}
|
}
|
||||||
@ -102,19 +107,17 @@ class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceA
|
|||||||
|
|
||||||
protected function _setupTransport($options)
|
protected function _setupTransport($options)
|
||||||
{
|
{
|
||||||
if(!isset($options['type'])) {
|
if (!isset($options['type'])) {
|
||||||
$options['type'] = 'sendmail';
|
$options['type'] = 'sendmail';
|
||||||
}
|
}
|
||||||
|
|
||||||
$transportName = $options['type'];
|
$transportName = $options['type'];
|
||||||
if(!Zend_Loader_Autoloader::autoload($transportName))
|
if (!Zend_Loader_Autoloader::autoload($transportName)) {
|
||||||
{
|
|
||||||
$transportName = ucfirst(strtolower($transportName));
|
$transportName = ucfirst(strtolower($transportName));
|
||||||
|
|
||||||
if(!Zend_Loader_Autoloader::autoload($transportName))
|
if (!Zend_Loader_Autoloader::autoload($transportName)) {
|
||||||
{
|
|
||||||
$transportName = 'Zend_Mail_Transport_' . $transportName;
|
$transportName = 'Zend_Mail_Transport_' . $transportName;
|
||||||
if(!Zend_Loader_Autoloader::autoload($transportName)) {
|
if (!Zend_Loader_Autoloader::autoload($transportName)) {
|
||||||
throw new Zend_Application_Resource_Exception(
|
throw new Zend_Application_Resource_Exception(
|
||||||
"Specified Mail Transport '{$transportName}'"
|
"Specified Mail Transport '{$transportName}'"
|
||||||
. 'could not be found'
|
. 'could not be found'
|
||||||
@ -128,10 +131,11 @@ class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceA
|
|||||||
|
|
||||||
switch($transportName) {
|
switch($transportName) {
|
||||||
case 'Zend_Mail_Transport_Smtp':
|
case 'Zend_Mail_Transport_Smtp':
|
||||||
if(!isset($options['host'])) {
|
if (!isset($options['host'])) {
|
||||||
throw new Zend_Application_Resource_Exception(
|
throw new Zend_Application_Resource_Exception(
|
||||||
'A host is necessary for smtp transport,'
|
'A host is necessary for smtp transport,'
|
||||||
.' but none was given');
|
. ' but none was given'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$transport = new $transportName($options['host'], $options);
|
$transport = new $transportName($options['host'], $options);
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_Modules extends Zend_Application_Resource_ResourceAbstract
|
class Zend_Application_Resource_Modules extends Zend_Application_Resource_ResourceAbstract
|
||||||
@ -72,23 +72,27 @@ class Zend_Application_Resource_Modules extends Zend_Application_Resource_Resour
|
|||||||
foreach ($modules as $module => $moduleDirectory) {
|
foreach ($modules as $module => $moduleDirectory) {
|
||||||
$bootstrapClass = $this->_formatModuleName($module) . '_Bootstrap';
|
$bootstrapClass = $this->_formatModuleName($module) . '_Bootstrap';
|
||||||
if (!class_exists($bootstrapClass, false)) {
|
if (!class_exists($bootstrapClass, false)) {
|
||||||
$bootstrapPath = dirname($moduleDirectory) . '/Bootstrap.php';
|
$bootstrapPath = dirname($moduleDirectory) . '/Bootstrap.php';
|
||||||
if (file_exists($bootstrapPath)) {
|
if (file_exists($bootstrapPath)) {
|
||||||
$eMsgTpl = 'Bootstrap file found for module "%s" but bootstrap class "%s" not found';
|
$eMsgTpl = 'Bootstrap file found for module "%s" but bootstrap class "%s" not found';
|
||||||
include_once $bootstrapPath;
|
include_once $bootstrapPath;
|
||||||
if (($default != $module)
|
if (($default != $module)
|
||||||
&& !class_exists($bootstrapClass, false)
|
&& !class_exists($bootstrapClass, false)
|
||||||
) {
|
) {
|
||||||
throw new Zend_Application_Resource_Exception(sprintf(
|
throw new Zend_Application_Resource_Exception(
|
||||||
$eMsgTpl, $module, $bootstrapClass
|
sprintf(
|
||||||
));
|
$eMsgTpl, $module, $bootstrapClass
|
||||||
|
)
|
||||||
|
);
|
||||||
} elseif ($default == $module) {
|
} elseif ($default == $module) {
|
||||||
if (!class_exists($bootstrapClass, false)) {
|
if (!class_exists($bootstrapClass, false)) {
|
||||||
$bootstrapClass = 'Bootstrap';
|
$bootstrapClass = 'Bootstrap';
|
||||||
if (!class_exists($bootstrapClass, false)) {
|
if (!class_exists($bootstrapClass, false)) {
|
||||||
throw new Zend_Application_Resource_Exception(sprintf(
|
throw new Zend_Application_Resource_Exception(
|
||||||
$eMsgTpl, $module, $bootstrapClass
|
sprintf(
|
||||||
));
|
$eMsgTpl, $module, $bootstrapClass
|
||||||
|
)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -116,9 +120,9 @@ class Zend_Application_Resource_Modules extends Zend_Application_Resource_Resour
|
|||||||
protected function bootstrapBootstraps($bootstraps)
|
protected function bootstrapBootstraps($bootstraps)
|
||||||
{
|
{
|
||||||
$bootstrap = $this->getBootstrap();
|
$bootstrap = $this->getBootstrap();
|
||||||
$out = new ArrayObject(array(), ArrayObject::ARRAY_AS_PROPS);
|
$out = new ArrayObject(array(), ArrayObject::ARRAY_AS_PROPS);
|
||||||
|
|
||||||
foreach($bootstraps as $module => $bootstrapClass) {
|
foreach ($bootstraps as $module => $bootstrapClass) {
|
||||||
$moduleBootstrap = new $bootstrapClass($bootstrap);
|
$moduleBootstrap = new $bootstrapClass($bootstrap);
|
||||||
$moduleBootstrap->bootstrap();
|
$moduleBootstrap->bootstrap();
|
||||||
$out[$module] = $moduleBootstrap;
|
$out[$module] = $moduleBootstrap;
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -51,7 +51,7 @@ require_once 'Zend/Db/Table.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_Multidb extends Zend_Application_Resource_ResourceAbstract
|
class Zend_Application_Resource_Multidb extends Zend_Application_Resource_ResourceAbstract
|
||||||
@ -114,7 +114,7 @@ class Zend_Application_Resource_Multidb extends Zend_Application_Resource_Resour
|
|||||||
*/
|
*/
|
||||||
public function isDefault($db)
|
public function isDefault($db)
|
||||||
{
|
{
|
||||||
if(!$db instanceof Zend_Db_Adapter_Abstract) {
|
if (!$db instanceof Zend_Db_Adapter_Abstract) {
|
||||||
$db = $this->getDb($db);
|
$db = $this->getDb($db);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @author Dolf Schimmel
|
* @author Dolf Schimmel
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
@ -57,10 +57,12 @@ class Zend_Application_Resource_Navigation
|
|||||||
if (!$this->_container) {
|
if (!$this->_container) {
|
||||||
$options = $this->getOptions();
|
$options = $this->getOptions();
|
||||||
|
|
||||||
if(isset($options['defaultPageType'])) {
|
if (isset($options['defaultPageType'])) {
|
||||||
Zend_Navigation_Page::setDefaultPageType($options['defaultPageType']);
|
Zend_Navigation_Page::setDefaultPageType(
|
||||||
|
$options['defaultPageType']
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$pages = isset($options['pages']) ? $options['pages'] : array();
|
$pages = isset($options['pages']) ? $options['pages'] : array();
|
||||||
$this->_container = new Zend_Navigation($pages);
|
$this->_container = new Zend_Navigation($pages);
|
||||||
}
|
}
|
||||||
@ -93,15 +95,16 @@ class Zend_Application_Resource_Navigation
|
|||||||
protected function _storeRegistry()
|
protected function _storeRegistry()
|
||||||
{
|
{
|
||||||
$options = $this->getOptions();
|
$options = $this->getOptions();
|
||||||
if(isset($options['storage']['registry']['key']) &&
|
// see ZF-7461
|
||||||
!is_numeric($options['storage']['registry']['key'])) // see ZF-7461
|
if (isset($options['storage']['registry']['key'])
|
||||||
{
|
&& !is_numeric($options['storage']['registry']['key'])
|
||||||
$key = $options['storage']['registry']['key'];
|
) {
|
||||||
|
$key = $options['storage']['registry']['key'];
|
||||||
} else {
|
} else {
|
||||||
$key = self::DEFAULT_REGISTRY_KEY;
|
$key = self::DEFAULT_REGISTRY_KEY;
|
||||||
}
|
}
|
||||||
|
|
||||||
Zend_Registry::set($key,$this->getContainer());
|
Zend_Registry::set($key, $this->getContainer());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -26,7 +26,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
interface Zend_Application_Resource_Resource
|
interface Zend_Application_Resource_Resource
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@ require_once 'Zend/Application/Resource/Resource.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Application_Resource_ResourceAbstract implements Zend_Application_Resource_Resource
|
abstract class Zend_Application_Resource_ResourceAbstract implements Zend_Application_Resource_Resource
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_Router
|
class Zend_Application_Resource_Router
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_Session extends Zend_Application_Resource_ResourceAbstract
|
class Zend_Application_Resource_Session extends Zend_Application_Resource_ResourceAbstract
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_Translate extends Zend_Application_Resource_ResourceAbstract
|
class Zend_Application_Resource_Translate extends Zend_Application_Resource_ResourceAbstract
|
||||||
@ -93,7 +93,7 @@ class Zend_Application_Resource_Translate extends Zend_Application_Resource_Reso
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isset($options['options'])) {
|
if (isset($options['options'])) {
|
||||||
foreach($options['options'] as $key => $value) {
|
foreach ($options['options'] as $key => $value) {
|
||||||
$options[$key] = $value;
|
$options[$key] = $value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -118,13 +118,15 @@ class Zend_Application_Resource_Translate extends Zend_Application_Resource_Reso
|
|||||||
: self::DEFAULT_REGISTRY_KEY;
|
: self::DEFAULT_REGISTRY_KEY;
|
||||||
unset($options['registry_key']);
|
unset($options['registry_key']);
|
||||||
|
|
||||||
if(Zend_Registry::isRegistered($key)) {
|
if (Zend_Registry::isRegistered($key)) {
|
||||||
$translate = Zend_Registry::get($key);
|
$translate = Zend_Registry::get($key);
|
||||||
if(!$translate instanceof Zend_Translate) {
|
if (!$translate instanceof Zend_Translate) {
|
||||||
require_once 'Zend/Application/Resource/Exception.php';
|
require_once 'Zend/Application/Resource/Exception.php';
|
||||||
throw new Zend_Application_Resource_Exception($key
|
throw new Zend_Application_Resource_Exception(
|
||||||
. ' already registered in registry but is '
|
$key
|
||||||
. 'no instance of Zend_Translate');
|
. ' already registered in registry but is '
|
||||||
|
. 'no instance of Zend_Translate'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$translate->addTranslation($options);
|
$translate->addTranslation($options);
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -23,7 +23,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_UserAgent extends Zend_Application_Resource_ResourceAbstract
|
class Zend_Application_Resource_UserAgent extends Zend_Application_Resource_ResourceAbstract
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@ require_once 'Zend/Application/Resource/ResourceAbstract.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Application
|
* @package Zend_Application
|
||||||
* @subpackage Resource
|
* @subpackage Resource
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Application_Resource_View extends Zend_Application_Resource_ResourceAbstract
|
class Zend_Application_Resource_View extends Zend_Application_Resource_ResourceAbstract
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -23,7 +23,7 @@
|
|||||||
/**
|
/**
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Auth
|
class Zend_Auth
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Adapter
|
* @subpackage Adapter
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -41,7 +41,7 @@ require_once 'Zend/Auth/Result.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Adapter
|
* @subpackage Adapter
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Auth_Adapter_DbTable implements Zend_Auth_Adapter_Interface
|
class Zend_Auth_Adapter_DbTable implements Zend_Auth_Adapter_Interface
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Adapter
|
* @subpackage Adapter
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -31,7 +31,7 @@ require_once 'Zend/Auth/Adapter/Interface.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Adapter
|
* @subpackage Adapter
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Auth_Adapter_Digest implements Zend_Auth_Adapter_Interface
|
class Zend_Auth_Adapter_Digest implements Zend_Auth_Adapter_Interface
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Adapter
|
* @subpackage Adapter
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -31,7 +31,7 @@ require_once 'Zend/Auth/Exception.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Adapter
|
* @subpackage Adapter
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Auth_Adapter_Exception extends Zend_Auth_Exception
|
class Zend_Auth_Adapter_Exception extends Zend_Auth_Exception
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Zend_Auth_Adapter_Http
|
* @subpackage Zend_Auth_Adapter_Http
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -35,7 +35,7 @@ require_once 'Zend/Auth/Adapter/Interface.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Zend_Auth_Adapter_Http
|
* @subpackage Zend_Auth_Adapter_Http
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @todo Support auth-int
|
* @todo Support auth-int
|
||||||
* @todo Track nonces, nonce-count, opaque for replay protection and stale support
|
* @todo Track nonces, nonce-count, opaque for replay protection and stale support
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Zend_Auth_Adapter_Http
|
* @subpackage Zend_Auth_Adapter_Http
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@ require_once 'Zend/Auth/Exception.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Zend_Auth_Adapter_Http
|
* @subpackage Zend_Auth_Adapter_Http
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Auth_Adapter_Http_Resolver_Exception extends Zend_Auth_Exception
|
class Zend_Auth_Adapter_Http_Resolver_Exception extends Zend_Auth_Exception
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Zend_Auth_Adapter_Http
|
* @subpackage Zend_Auth_Adapter_Http
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@ require_once 'Zend/Auth/Adapter/Http/Resolver/Interface.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Zend_Auth_Adapter_Http
|
* @subpackage Zend_Auth_Adapter_Http
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Auth_Adapter_Http_Resolver_File implements Zend_Auth_Adapter_Http_Resolver_Interface
|
class Zend_Auth_Adapter_Http_Resolver_File implements Zend_Auth_Adapter_Http_Resolver_Interface
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Zend_Auth_Adapter_Http
|
* @subpackage Zend_Auth_Adapter_Http
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Zend_Auth_Adapter_Http
|
* @subpackage Zend_Auth_Adapter_Http
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
interface Zend_Auth_Adapter_Http_Resolver_Interface
|
interface Zend_Auth_Adapter_Http_Resolver_Interface
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Zend_Auth_Adapter
|
* @subpackage Zend_Auth_Adapter
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -31,7 +31,7 @@ require_once 'Zend/Auth/Result.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Zend_Auth_Adapter
|
* @subpackage Zend_Auth_Adapter
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
interface Zend_Auth_Adapter_Interface
|
interface Zend_Auth_Adapter_Interface
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Zend_Auth_Adapter
|
* @subpackage Zend_Auth_Adapter
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@ require_once 'Zend/Auth/Adapter/Interface.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Zend_Auth_Adapter
|
* @subpackage Zend_Auth_Adapter
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Auth_Adapter_Ldap implements Zend_Auth_Adapter_Interface
|
class Zend_Auth_Adapter_Ldap implements Zend_Auth_Adapter_Interface
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Zend_Auth_Adapter
|
* @subpackage Zend_Auth_Adapter
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -40,7 +40,7 @@ require_once 'Zend/OpenId/Consumer.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Zend_Auth_Adapter
|
* @subpackage Zend_Auth_Adapter
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Auth_Adapter_OpenId implements Zend_Auth_Adapter_Interface
|
class Zend_Auth_Adapter_OpenId implements Zend_Auth_Adapter_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@ require_once 'Zend/Exception.php';
|
|||||||
/**
|
/**
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Auth_Exception extends Zend_Exception
|
class Zend_Auth_Exception extends Zend_Exception
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -23,7 +23,7 @@
|
|||||||
/**
|
/**
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Auth_Result
|
class Zend_Auth_Result
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Storage
|
* @subpackage Storage
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -31,7 +31,7 @@ require_once 'Zend/Auth/Exception.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Storage
|
* @subpackage Storage
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Auth_Storage_Exception extends Zend_Auth_Exception
|
class Zend_Auth_Storage_Exception extends Zend_Auth_Exception
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Storage
|
* @subpackage Storage
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -24,7 +24,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Storage
|
* @subpackage Storage
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
interface Zend_Auth_Storage_Interface
|
interface Zend_Auth_Storage_Interface
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Storage
|
* @subpackage Storage
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -37,7 +37,7 @@ require_once 'Zend/Auth/Storage/Interface.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Storage
|
* @subpackage Storage
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Auth_Storage_NonPersistent implements Zend_Auth_Storage_Interface
|
class Zend_Auth_Storage_NonPersistent implements Zend_Auth_Storage_Interface
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Storage
|
* @subpackage Storage
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -37,7 +37,7 @@ require_once 'Zend/Session.php';
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Auth
|
* @package Zend_Auth
|
||||||
* @subpackage Storage
|
* @subpackage Storage
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Auth_Storage_Session implements Zend_Auth_Storage_Interface
|
class Zend_Auth_Storage_Session implements Zend_Auth_Storage_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Barcode
|
* @package Zend_Barcode
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -24,7 +24,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Barcode
|
* @package Zend_Barcode
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Barcode
|
class Zend_Barcode
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Barcode
|
* @package Zend_Barcode
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -28,7 +28,7 @@ require_once 'Zend/Exception.php';
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Barcode
|
* @package Zend_Barcode
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Barcode_Exception extends Zend_Exception
|
class Zend_Barcode_Exception extends Zend_Exception
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Barcode
|
* @package Zend_Barcode
|
||||||
* @subpackage Object
|
* @subpackage Object
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id: Code25.php 20096 2010-01-06 02:05:09Z bkarwin $
|
* @version $Id: Code25.php 20096 2010-01-06 02:05:09Z bkarwin $
|
||||||
*/
|
*/
|
||||||
@ -35,7 +35,7 @@ require_once 'Zend/Validate/Barcode.php';
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Barcode
|
* @package Zend_Barcode
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Barcode_Object_Code128 extends Zend_Barcode_Object_ObjectAbstract
|
class Zend_Barcode_Object_Code128 extends Zend_Barcode_Object_ObjectAbstract
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Barcode
|
* @package Zend_Barcode
|
||||||
* @subpackage Object
|
* @subpackage Object
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -35,7 +35,7 @@ require_once 'Zend/Validate/Barcode.php';
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Barcode
|
* @package Zend_Barcode
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Barcode_Object_Code25 extends Zend_Barcode_Object_ObjectAbstract
|
class Zend_Barcode_Object_Code25 extends Zend_Barcode_Object_ObjectAbstract
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Barcode
|
* @package Zend_Barcode
|
||||||
* @subpackage Object
|
* @subpackage Object
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -31,7 +31,7 @@ require_once 'Zend/Validate/Barcode.php';
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Barcode
|
* @package Zend_Barcode
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Barcode_Object_Code25interleaved extends Zend_Barcode_Object_Code25
|
class Zend_Barcode_Object_Code25interleaved extends Zend_Barcode_Object_Code25
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Barcode
|
* @package Zend_Barcode
|
||||||
* @subpackage Object
|
* @subpackage Object
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -35,7 +35,7 @@ require_once 'Zend/Validate/Barcode.php';
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Barcode
|
* @package Zend_Barcode
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Barcode_Object_Code39 extends Zend_Barcode_Object_ObjectAbstract
|
class Zend_Barcode_Object_Code39 extends Zend_Barcode_Object_ObjectAbstract
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user