Upgrade Zend Framework to version 1.12.8

This commit is contained in:
Michael RICOIS 2014-09-16 08:00:32 +00:00
parent e88cf15c86
commit 7545fdb588
3197 changed files with 463912 additions and 71685 deletions

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Acl * @package Zend_Acl
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Acl.php 24771 2012-05-07 01:13:06Z adamlundrigan $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Acl * @package Zend_Acl
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Interface.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Acl * @package Zend_Acl
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Exception.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Acl * @package Zend_Acl
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Resource.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -45,7 +45,6 @@ class Zend_Acl_Resource implements Zend_Acl_Resource_Interface
* Sets the Resource identifier * Sets the Resource identifier
* *
* @param string $resourceId * @param string $resourceId
* @return void
*/ */
public function __construct($resourceId) public function __construct($resourceId)
{ {

View File

@ -14,16 +14,16 @@
* *
* @category Zend * @category Zend
* @package Zend_Acl * @package Zend_Acl
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Interface.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
* @category Zend * @category Zend
* @package Zend_Acl * @package Zend_Acl
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Acl * @package Zend_Acl
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Role.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -45,7 +45,6 @@ class Zend_Acl_Role implements Zend_Acl_Role_Interface
* Sets the Role identifier * Sets the Role identifier
* *
* @param string $roleId * @param string $roleId
* @return void
*/ */
public function __construct($roleId) public function __construct($roleId)
{ {

View File

@ -14,16 +14,16 @@
* *
* @category Zend * @category Zend
* @package Zend_Acl * @package Zend_Acl
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Interface.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
* @category Zend * @category Zend
* @package Zend_Acl * @package Zend_Acl
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Acl * @package Zend_Acl
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Registry.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Acl * @package Zend_Acl
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Exception.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Auth.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** @see Zend_Amf_Auth_Abstract */ /** @see Zend_Amf_Auth_Abstract */
@ -28,12 +28,15 @@ require_once 'Zend/Acl.php';
/** @see Zend_Auth_Result */ /** @see Zend_Auth_Result */
require_once 'Zend/Auth/Result.php'; require_once 'Zend/Auth/Result.php';
/** @see Zend_Xml_Security */
require_once 'Zend/Xml/Security.php';
/** /**
* This class implements authentication against XML file with roles for Flex Builder. * This class implements authentication against XML file with roles for Flex Builder.
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Adobe * @subpackage Adobe
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -61,7 +64,7 @@ class Zend_Amf_Adobe_Auth extends Zend_Amf_Auth_Abstract
public function __construct($rolefile) public function __construct($rolefile)
{ {
$this->_acl = new Zend_Acl(); $this->_acl = new Zend_Acl();
$xml = simplexml_load_file($rolefile); $xml = Zend_Xml_Security::scanFile($rolefile);
/* /*
Roles file format: Roles file format:
<roles> <roles>

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: DbInspector.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -24,7 +24,7 @@
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Adobe * @subpackage Adobe
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Introspector.php 25024 2012-07-30 15:08:15Z rob $ * @version $Id$
*/ */
/** @see Zend_Amf_Parse_TypeLoader */ /** @see Zend_Amf_Parse_TypeLoader */
@ -33,7 +33,7 @@ require_once 'Zend/Server/Reflection.php';
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Adobe * @subpackage Adobe
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Abstract.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** @see Zend_Auth_Adapter_Interface */ /** @see Zend_Auth_Adapter_Interface */
@ -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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Constants.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Exception.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -26,7 +26,7 @@ require_once 'Zend/Exception.php';
/** /**
* @package Zend_Amf * @package Zend_Amf
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,14 +15,17 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse_Amf0 * @subpackage Parse_Amf0
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Deserializer.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** Zend_Amf_Constants */ /** Zend_Amf_Constants */
require_once 'Zend/Amf/Constants.php'; require_once 'Zend/Amf/Constants.php';
/** Zend_Xml_Security */
require_once 'Zend/Xml/Security.php';
/** @see Zend_Amf_Parse_Deserializer */ /** @see Zend_Amf_Parse_Deserializer */
require_once 'Zend/Amf/Parse/Deserializer.php'; require_once 'Zend/Amf/Parse/Deserializer.php';
@ -33,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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -248,7 +251,7 @@ class Zend_Amf_Parse_Amf0_Deserializer extends Zend_Amf_Parse_Deserializer
public function readXmlString() public function readXmlString()
{ {
$string = $this->_stream->readLongUTF(); $string = $this->_stream->readLongUTF();
return simplexml_load_string($string); return Zend_Xml_Security::scan($string); //simplexml_load_string($string);
} }
/** /**

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse_Amf0 * @subpackage Parse_Amf0
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Serializer.php 25179 2012-12-22 21:29:30Z rob $ * @version $Id$
*/ */
/** Zend_Amf_Constants */ /** Zend_Amf_Constants */
@ -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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,14 +15,17 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse_Amf3 * @subpackage Parse_Amf3
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Deserializer.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** Zend_Amf_Parse_Deserializer */ /** Zend_Amf_Parse_Deserializer */
require_once 'Zend/Amf/Parse/Deserializer.php'; require_once 'Zend/Amf/Parse/Deserializer.php';
/** Zend_Xml_Security */
require_once 'Zend/Xml/Security.php';
/** Zend_Amf_Parse_TypeLoader */ /** Zend_Amf_Parse_TypeLoader */
require_once 'Zend/Amf/Parse/TypeLoader.php'; require_once 'Zend/Amf/Parse/TypeLoader.php';
@ -34,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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -417,6 +420,6 @@ class Zend_Amf_Parse_Amf3_Deserializer extends Zend_Amf_Parse_Deserializer
$xmlReference = $this->readInteger(); $xmlReference = $this->readInteger();
$length = $xmlReference >> 1; $length = $xmlReference >> 1;
$string = $this->_stream->readBytes($length); $string = $this->_stream->readBytes($length);
return simplexml_load_string($string); return Zend_Xml_Security::scan($string);
} }
} }

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse_Amf3 * @subpackage Parse_Amf3
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Serializer.php 25179 2012-12-22 21:29:30Z rob $ * @version $Id$
*/ */
/** Zend_Amf_Constants */ /** Zend_Amf_Constants */
@ -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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse * @subpackage Parse
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Deserializer.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse * @subpackage Parse
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: InputStream.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** Zend_Amf_Util_BinaryStream */ /** Zend_Amf_Util_BinaryStream */
@ -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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse * @subpackage Parse
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: OutputStream.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** Zend_Amf_Util_BinaryStream */ /** Zend_Amf_Util_BinaryStream */
@ -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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse * @subpackage Parse
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: MysqlResult.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -26,7 +26,7 @@
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse * @subpackage Parse
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse * @subpackage Parse
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: MysqliResult.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -26,7 +26,7 @@
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse * @subpackage Parse
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse * @subpackage Parse
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Stream.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -25,7 +25,7 @@
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse * @subpackage Parse
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse * @subpackage Parse
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Serializer.php 25179 2012-12-22 21:29:30Z rob $ * @version $Id$
*/ */
/** /**
@ -25,7 +25,7 @@
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse * @subpackage Parse
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Parse * @subpackage Parse
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: TypeLoader.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Request.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** @see Zend_Amf_Parse_InputStream */ /** @see Zend_Amf_Parse_InputStream */
@ -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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Request * @subpackage Request
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Http.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** @see Zend_Amf_Request */ /** @see Zend_Amf_Request */
@ -32,7 +32,7 @@ require_once 'Zend/Amf/Request.php';
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Request * @subpackage Request
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Response.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** @see Zend_Amf_Constants */ /** @see Zend_Amf_Constants */
@ -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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Response * @subpackage Response
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Http.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** Zend_Amf_Response */ /** Zend_Amf_Response */
@ -28,7 +28,7 @@ require_once 'Zend/Amf/Response.php';
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Response * @subpackage Response
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Server.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** @see Zend_Server_Interface */ /** @see Zend_Server_Interface */
@ -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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Server * @subpackage Server
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Exception.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** Zend_Amf_Exception */ /** Zend_Amf_Exception */
@ -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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Util * @subpackage Util
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: BinaryStream.php 25241 2013-01-22 11:07:36Z frosch $ * @version $Id$
*/ */
/** /**
@ -25,7 +25,7 @@
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Util * @subpackage Util
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: ByteArray.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -25,7 +25,7 @@
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: MessageBody.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -33,7 +33,7 @@
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: MessageHeader.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -28,7 +28,7 @@
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: AbstractMessage.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -26,7 +26,7 @@
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: AcknowledgeMessage.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** Zend_Amf_Value_Messaging_AsyncMessage */ /** Zend_Amf_Value_Messaging_AsyncMessage */
@ -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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: ArrayCollection.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -27,7 +27,7 @@
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: AsyncMessage.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: CommandMessage.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: ErrorMessage.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** @see Zend_Amf_Value_Messaging_AcknowledgeMessage */ /** @see Zend_Amf_Value_Messaging_AcknowledgeMessage */
@ -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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: RemotingMessage.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** Zend_Amf_Value_Messaging_AbstractMessage */ /** Zend_Amf_Value_Messaging_AbstractMessage */
@ -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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: TraitsInfo.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -25,7 +25,7 @@
* *
* @package Zend_Amf * @package Zend_Amf
* @subpackage Value * @subpackage Value
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,15 +14,15 @@
* *
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Application.php 25024 2012-07-30 15:08:15Z rob $ * @version $Id$
*/ */
/** /**
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,11 +15,16 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Bootstrap * @subpackage Bootstrap
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Bootstrap.php 25073 2012-11-06 19:31:53Z rob $ * @version $Id$
*/ */
/**
* @see Zend_Application_Bootstrap_BootstrapAbstract
*/
require_once 'Zend/Application/Bootstrap/BootstrapAbstract.php';
/** /**
* Concrete base class for bootstrap classes * Concrete base class for bootstrap classes
* *
@ -29,7 +34,7 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Bootstrap * @subpackage Bootstrap
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -53,7 +58,6 @@ class Zend_Application_Bootstrap_Bootstrap
* Ensure FrontController resource is registered * Ensure FrontController resource is registered
* *
* @param Zend_Application|Zend_Application_Bootstrap_Bootstrapper $application * @param Zend_Application|Zend_Application_Bootstrap_Bootstrapper $application
* @return void
*/ */
public function __construct($application) public function __construct($application)
{ {
@ -120,7 +124,7 @@ class Zend_Application_Bootstrap_Bootstrap
public function getResourceLoader() public function getResourceLoader()
{ {
if ((null === $this->_resourceLoader) if ((null === $this->_resourceLoader)
&& (false != ($namespace = $this->getAppNamespace())) && (false !== ($namespace = $this->getAppNamespace()))
) { ) {
$r = new ReflectionClass($this); $r = new ReflectionClass($this);
$path = $r->getFileName(); $path = $r->getFileName();

View File

@ -15,11 +15,21 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Bootstrap * @subpackage Bootstrap
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: BootstrapAbstract.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/**
* @see Zend_Application_Bootstrap_Bootstrapper
*/
require_once 'Zend/Application/Bootstrap/Bootstrapper.php';
/**
* @see Zend_Application_Bootstrap_ResourceBootstrapper
*/
require_once 'Zend/Application/Bootstrap/ResourceBootstrapper.php';
/** /**
* Abstract base class for bootstrap classes * Abstract base class for bootstrap classes
* *
@ -28,7 +38,7 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Bootstrap * @subpackage Bootstrap
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -94,7 +104,6 @@ abstract class Zend_Application_Bootstrap_BootstrapAbstract
* initializer methods. * initializer methods.
* *
* @param Zend_Application|Zend_Application_Bootstrap_Bootstrapper $application * @param Zend_Application|Zend_Application_Bootstrap_Bootstrapper $application
* @return void
* @throws Zend_Application_Bootstrap_Exception When invalid application is provided * @throws Zend_Application_Bootstrap_Exception When invalid application is provided
*/ */
public function __construct($application) public function __construct($application)
@ -317,8 +326,9 @@ abstract class Zend_Application_Bootstrap_BootstrapAbstract
/** /**
* Get a registered plugin resource * Get a registered plugin resource
* *
* @param string $resourceName * @param string $resource
* @return Zend_Application_Resource_Resource * @return Zend_Application_Resource_Resource
* @throws Zend_Application_Bootstrap_Exception
*/ */
public function getPluginResource($resource) public function getPluginResource($resource)
{ {
@ -431,6 +441,7 @@ abstract class Zend_Application_Bootstrap_BootstrapAbstract
* *
* @param Zend_Application|Zend_Application_Bootstrap_Bootstrapper $application * @param Zend_Application|Zend_Application_Bootstrap_Bootstrapper $application
* @return Zend_Application_Bootstrap_BootstrapAbstract * @return Zend_Application_Bootstrap_BootstrapAbstract
* @throws Zend_Application_Bootstrap_Exception
*/ */
public function setApplication($application) public function setApplication($application)
{ {
@ -481,6 +492,7 @@ abstract class Zend_Application_Bootstrap_BootstrapAbstract
* *
* @param object $container * @param object $container
* @return Zend_Application_Bootstrap_BootstrapAbstract * @return Zend_Application_Bootstrap_BootstrapAbstract
* @throws Zend_Application_Bootstrap_Exception
*/ */
public function setContainer($container) public function setContainer($container)
{ {
@ -544,7 +556,7 @@ abstract class Zend_Application_Bootstrap_BootstrapAbstract
} }
/** /**
* Implement PHP's magic to retrieve a ressource * Implement PHP's magic to retrieve a resource
* in the bootstrap * in the bootstrap
* *
* @param string $prop * @param string $prop
@ -557,7 +569,7 @@ abstract class Zend_Application_Bootstrap_BootstrapAbstract
/** /**
* Implement PHP's magic to ask for the * Implement PHP's magic to ask for the
* existence of a ressource in the bootstrap * existence of a resource in the bootstrap
* *
* @param string $prop * @param string $prop
* @return bool * @return bool
@ -592,7 +604,7 @@ abstract class Zend_Application_Bootstrap_BootstrapAbstract
* *
* @param string $method * @param string $method
* @param array $args * @param array $args
* @return void * @return Zend_Application_Bootstrap_BootstrapAbstract
* @throws Zend_Application_Bootstrap_Exception On invalid method name * @throws Zend_Application_Bootstrap_Exception On invalid method name
*/ */
public function __call($method, $args) public function __call($method, $args)

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Bootstrap * @subpackage Bootstrap
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Bootstrapper.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -26,7 +26,7 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Bootstrap * @subpackage Bootstrap
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -35,7 +35,6 @@ interface Zend_Application_Bootstrap_Bootstrapper
* Constructor * Constructor
* *
* @param Zend_Application $application * @param Zend_Application $application
* @return void
*/ */
public function __construct($application); public function __construct($application);

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Exception.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Bootstrap * @subpackage Bootstrap
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: ResourceBootstrapper.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -26,7 +26,7 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Bootstrap * @subpackage Bootstrap
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Exception.php 25024 2012-07-30 15:08:15Z rob $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,8 +15,8 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Module * @subpackage Module
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
* @version $Id: Autoloader.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -39,7 +39,6 @@ class Zend_Application_Module_Autoloader extends Zend_Loader_Autoloader_Resource
* Constructor * Constructor
* *
* @param array|Zend_Config $options * @param array|Zend_Config $options
* @return void
*/ */
public function __construct($options) public function __construct($options)
{ {

View File

@ -15,8 +15,8 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Module * @subpackage Module
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
* @version $Id: Bootstrap.php 25024 2012-07-30 15:08:15Z rob $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -48,8 +48,7 @@ abstract class Zend_Application_Module_Bootstrap
/** /**
* Constructor * Constructor
* *
* @param Zend_Application|Zend_Application_Bootstrap_Bootstrapper $application * @param Zend_Application|Zend_Application_Bootstrap_Bootstrapper $application
* @return void
*/ */
public function __construct($application) public function __construct($application)
{ {

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Cachemanager.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
require_once 'Zend/Application/Resource/ResourceAbstract.php'; require_once 'Zend/Application/Resource/ResourceAbstract.php';
@ -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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -60,6 +60,15 @@ class Zend_Application_Resource_Cachemanager extends Zend_Application_Resource_R
$options = $this->getOptions(); $options = $this->getOptions();
foreach ($options as $key => $value) { foreach ($options as $key => $value) {
// Logger
if (isset($value['frontend']['options']['logger'])) {
$logger = $value['frontend']['options']['logger'];
if (is_array($logger)) {
$value['frontend']['options']['logger'] = Zend_Log::factory($logger);
}
}
// Cache templates
if ($this->_manager->hasCacheTemplate($key)) { if ($this->_manager->hasCacheTemplate($key)) {
$this->_manager->setTemplateOptions($key, $value); $this->_manager->setTemplateOptions($key, $value);
} else { } else {

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Db.php 25123 2012-11-14 18:27:44Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -88,7 +88,7 @@ class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbs
/** /**
* Set the adapter params * Set the adapter params
* *
* @param string $adapter * @param array $params
* @return Zend_Application_Resource_Db * @return Zend_Application_Resource_Db
*/ */
public function setParams(array $params) public function setParams(array $params)
@ -110,7 +110,7 @@ class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbs
/** /**
* Set whether to use this as default table adapter * Set whether to use this as default table adapter
* *
* @param boolean $defaultTableAdapter * @param bool $isDefaultTableAdapter
* @return Zend_Application_Resource_Db * @return Zend_Application_Resource_Db
*/ */
public function setIsDefaultTableAdapter($isDefaultTableAdapter) public function setIsDefaultTableAdapter($isDefaultTableAdapter)
@ -122,7 +122,7 @@ class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbs
/** /**
* Is this adapter the default table adapter? * Is this adapter the default table adapter?
* *
* @return void * @return bool
*/ */
public function isDefaultTableAdapter() public function isDefaultTableAdapter()
{ {
@ -160,6 +160,8 @@ class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbs
if (null !== ($db = $this->getDbAdapter())) { if (null !== ($db = $this->getDbAdapter())) {
return $db; return $db;
} }
return null;
} }
/** /**

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Dojo.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Exception.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Frontcontroller.php 24798 2012-05-12 19:17:41Z adamlundrigan $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -46,6 +46,7 @@ class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resourc
* Initialize Front Controller * Initialize Front Controller
* *
* @return Zend_Controller_Front * @return Zend_Controller_Front
* @throws Zend_Application_Exception
*/ */
public function init() public function init()
{ {

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Layout.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Locale.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Log.php 24607 2012-01-16 16:45:49Z xerkus $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Mail.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Modules.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -46,7 +46,6 @@ class Zend_Application_Resource_Modules extends Zend_Application_Resource_Resour
* Constructor * Constructor
* *
* @param mixed $options * @param mixed $options
* @return void
*/ */
public function __construct($options = null) public function __construct($options = null)
{ {

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Multidb.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
require_once 'Zend/Application/Resource/ResourceAbstract.php'; require_once 'Zend/Application/Resource/ResourceAbstract.php';
@ -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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Navigation.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
*/ */

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Resource.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -26,7 +26,7 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -37,7 +37,6 @@ interface Zend_Application_Resource_Resource
* Must take an optional single argument, $options. * Must take an optional single argument, $options.
* *
* @param mixed $options * @param mixed $options
* @return void
*/ */
public function __construct($options = null); public function __construct($options = null);

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: ResourceAbstract.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Router.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Session.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -62,6 +62,7 @@ class Zend_Application_Resource_Session extends Zend_Application_Resource_Resour
* Get session save handler * Get session save handler
* *
* @return Zend_Session_SaveHandler_Interface * @return Zend_Session_SaveHandler_Interface
* @throws Zend_Application_Resource_Exception
*/ */
public function getSaveHandler() public function getSaveHandler()
{ {

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Translate.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -86,6 +86,12 @@ class Zend_Application_Resource_Translate extends Zend_Application_Resource_Reso
unset($options['data']); unset($options['data']);
} }
if (isset($options['log'])) {
if (is_array($options['log'])) {
$options['log'] = Zend_Log::factory($options['log']);
}
}
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;

View File

@ -15,7 +15,7 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Application * @package Zend_Application
* @subpackage Resource * @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: View.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,16 +14,16 @@
* *
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Auth.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Adapter * @subpackage Adapter
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: DbTable.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -132,7 +132,6 @@ class Zend_Auth_Adapter_DbTable implements Zend_Auth_Adapter_Interface
* @param string $identityColumn * @param string $identityColumn
* @param string $credentialColumn * @param string $credentialColumn
* @param string $credentialTreatment * @param string $credentialTreatment
* @return void
*/ */
public function __construct(Zend_Db_Adapter_Abstract $zendDb = null, $tableName = null, $identityColumn = null, public function __construct(Zend_Db_Adapter_Abstract $zendDb = null, $tableName = null, $identityColumn = null,
$credentialColumn = null, $credentialTreatment = null) $credentialColumn = null, $credentialTreatment = null)

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Adapter * @subpackage Adapter
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Digest.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -71,7 +71,6 @@ class Zend_Auth_Adapter_Digest implements Zend_Auth_Adapter_Interface
* @param mixed $realm * @param mixed $realm
* @param mixed $username * @param mixed $username
* @param mixed $password * @param mixed $password
* @return void
*/ */
public function __construct($filename = null, $realm = null, $username = null, $password = null) public function __construct($filename = null, $realm = null, $username = null, $password = null)
{ {

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Adapter * @subpackage Adapter
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Exception.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Zend_Auth_Adapter_Http * @subpackage Zend_Auth_Adapter_Http
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Http.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -163,7 +163,6 @@ class Zend_Auth_Adapter_Http implements Zend_Auth_Adapter_Interface
* 'alogrithm' => <string> See $_supportedAlgos. Default: MD5 * 'alogrithm' => <string> See $_supportedAlgos. Default: MD5
* 'proxy_auth' => <bool> Whether to do authentication as a Proxy * 'proxy_auth' => <bool> Whether to do authentication as a Proxy
* @throws Zend_Auth_Adapter_Exception * @throws Zend_Auth_Adapter_Exception
* @return void
*/ */
public function __construct(array $config) public function __construct(array $config)
{ {

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Zend_Auth_Adapter_Http * @subpackage Zend_Auth_Adapter_Http
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Exception.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Zend_Auth_Adapter_Http * @subpackage Zend_Auth_Adapter_Http
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: File.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -49,7 +49,6 @@ class Zend_Auth_Adapter_Http_Resolver_File implements Zend_Auth_Adapter_Http_Res
* Constructor * Constructor
* *
* @param string $path Complete filename where the credentials are stored * @param string $path Complete filename where the credentials are stored
* @return void
*/ */
public function __construct($path = '') public function __construct($path = '')
{ {

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Zend_Auth_Adapter_Http * @subpackage Zend_Auth_Adapter_Http
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Interface.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Zend_Auth_Adapter * @subpackage Zend_Auth_Adapter
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Interface.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Zend_Auth_Adapter * @subpackage Zend_Auth_Adapter
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Ldap.php 24618 2012-02-03 08:32:06Z sgehrig $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -76,7 +76,6 @@ class Zend_Auth_Adapter_Ldap implements Zend_Auth_Adapter_Interface
* @param array $options An array of arrays of Zend_Ldap options * @param array $options An array of arrays of Zend_Ldap options
* @param string $username The username of the account being authenticated * @param string $username The username of the account being authenticated
* @param string $password The password of the account being authenticated * @param string $password The password of the account being authenticated
* @return void
*/ */
public function __construct(array $options = array(), $username = null, $password = null) public function __construct(array $options = array(), $username = null, $password = null)
{ {

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Zend_Auth_Adapter * @subpackage Zend_Auth_Adapter
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: OpenId.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -113,7 +113,6 @@ class Zend_Auth_Adapter_OpenId implements Zend_Auth_Adapter_Interface
* @param mixed $extensions extension object or array of extensions objects * @param mixed $extensions extension object or array of extensions objects
* @param Zend_Controller_Response_Abstract $response an optional response * @param Zend_Controller_Response_Abstract $response an optional response
* object to perform HTTP or HTML form redirection * object to perform HTTP or HTML form redirection
* @return void
*/ */
public function __construct($id = null, public function __construct($id = null,
Zend_OpenId_Consumer_Storage $storage = null, Zend_OpenId_Consumer_Storage $storage = null,
@ -192,7 +191,7 @@ class Zend_Auth_Adapter_OpenId implements Zend_Auth_Adapter_Interface
/** /**
* Sets an optional response object to perform HTTP or HTML form redirection * Sets an optional response object to perform HTTP or HTML form redirection
* *
* @param string $root * @param string $response
* @return Zend_Auth_Adapter_OpenId Provides a fluent interface * @return Zend_Auth_Adapter_OpenId Provides a fluent interface
*/ */
public function setResponse($response) public function setResponse($response)

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Exception.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,16 +14,16 @@
* *
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Result.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -84,10 +84,9 @@ class Zend_Auth_Result
/** /**
* Sets the result code, identity, and failure messages * Sets the result code, identity, and failure messages
* *
* @param int $code * @param int $code
* @param mixed $identity * @param mixed $identity
* @param array $messages * @param array $messages
* @return void
*/ */
public function __construct($code, $identity, array $messages = array()) public function __construct($code, $identity, array $messages = array())
{ {

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Storage * @subpackage Storage
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Exception.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,16 +15,16 @@
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Storage * @subpackage Storage
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Interface.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Storage * @subpackage Storage
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Storage * @subpackage Storage
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: NonPersistent.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Auth * @package Zend_Auth
* @subpackage Storage * @subpackage Storage
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Session.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -76,9 +76,8 @@ class Zend_Auth_Storage_Session implements Zend_Auth_Storage_Interface
/** /**
* Sets session storage options and initializes session namespace object * Sets session storage options and initializes session namespace object
* *
* @param mixed $namespace * @param mixed $namespace
* @param mixed $member * @param mixed $member
* @return void
*/ */
public function __construct($namespace = self::NAMESPACE_DEFAULT, $member = self::MEMBER_DEFAULT) public function __construct($namespace = self::NAMESPACE_DEFAULT, $member = self::MEMBER_DEFAULT)
{ {

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Barcode * @package Zend_Barcode
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Barcode.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
@ -24,7 +24,7 @@
* *
* @category Zend * @category Zend
* @package Zend_Barcode * @package Zend_Barcode
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -14,9 +14,9 @@
* *
* @category Zend * @category Zend
* @package Zend_Barcode * @package Zend_Barcode
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Exception.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** /**
* Zend_Exception * Zend_Exception
@ -28,7 +28,7 @@ require_once 'Zend/Exception.php';
* *
* @category Zend * @category Zend
* @package Zend_Barcode * @package Zend_Barcode
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,7 +15,7 @@
* @category Zend * @category Zend
* @package Zend_Barcode * @package Zend_Barcode
* @subpackage Object * @subpackage Object
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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
@ -259,6 +259,8 @@ class Zend_Barcode_Object_Code128 extends Zend_Barcode_Object_ObjectAbstract
/** /**
* Convert string to barcode string * Convert string to barcode string
*
* @param $string
* @return array * @return array
*/ */
protected function _convertToBarcodeChars($string) protected function _convertToBarcodeChars($string)
@ -380,8 +382,10 @@ class Zend_Barcode_Object_Code128 extends Zend_Barcode_Object_ObjectAbstract
/** /**
* Standard validation for most of barcode objects * Standard validation for most of barcode objects
*
* @param string $value * @param string $value
* @param array $options * @param array $options
* @return bool
*/ */
protected function _validateText($value, $options = array()) protected function _validateText($value, $options = array())
{ {

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Barcode * @package Zend_Barcode
* @subpackage Object * @subpackage Object
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Barcode * @package Zend_Barcode
* @subpackage Object * @subpackage Object
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Code25interleaved.php 24593 2012-01-05 20:35:02Z matthew $ * @version $Id$
*/ */
/** @see Zend_Barcode_Object_Code25 */ /** @see Zend_Barcode_Object_Code25 */
@ -31,7 +31,7 @@ require_once 'Zend/Validate/Barcode.php';
* *
* @category Zend * @category Zend
* @package Zend_Barcode * @package Zend_Barcode
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Barcode * @package Zend_Barcode
* @subpackage Object * @subpackage Object
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Code39.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Barcode * @package Zend_Barcode
* @subpackage Object * @subpackage Object
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Ean13.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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_Ean13 extends Zend_Barcode_Object_ObjectAbstract class Zend_Barcode_Object_Ean13 extends Zend_Barcode_Object_ObjectAbstract

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Barcode * @package Zend_Barcode
* @subpackage Object * @subpackage Object
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Ean2.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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_Ean2 extends Zend_Barcode_Object_Ean5 class Zend_Barcode_Object_Ean2 extends Zend_Barcode_Object_Ean5

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Barcode * @package Zend_Barcode
* @subpackage Object * @subpackage Object
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Ean5.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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_Ean5 extends Zend_Barcode_Object_Ean13 class Zend_Barcode_Object_Ean5 extends Zend_Barcode_Object_Ean13

View File

@ -15,9 +15,9 @@
* @category Zend * @category Zend
* @package Zend_Barcode * @package Zend_Barcode
* @subpackage Object * @subpackage Object
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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: Ean8.php 24593 2012-01-05 20:35:02Z matthew $ * @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-2012 Zend Technologies USA Inc. (http://www.zend.com) * @copyright Copyright (c) 2005-2014 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_Ean8 extends Zend_Barcode_Object_Ean13 class Zend_Barcode_Object_Ean8 extends Zend_Barcode_Object_Ean13
@ -150,8 +150,10 @@ class Zend_Barcode_Object_Ean8 extends Zend_Barcode_Object_Ean13
/** /**
* Particular validation for Ean8 barcode objects * Particular validation for Ean8 barcode objects
* (to suppress checksum character substitution) * (to suppress checksum character substitution)
*
* @param string $value * @param string $value
* @param array $options * @param array $options
* @throws Zend_Barcode_Object_Exception
*/ */
protected function _validateText($value, $options = array()) protected function _validateText($value, $options = array())
{ {

Some files were not shown because too many files have changed in this diff Show More