import v2.0.0.0_RC3 | 2012-07-01

https://github.com/lucanos/CommunityID -> http://www.itadmins.net/archives/357
This commit is contained in:
2019-07-17 22:31:04 +02:00
parent 38c146901c
commit 2f397f01f7
2677 changed files with 296182 additions and 45159 deletions

View File

@ -53,7 +53,7 @@ require_once 'Zend/Server/Method/Parameter.php';
* @package Zend_Server
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @version $Id: Abstract.php 16210 2009-06-21 19:22:17Z thomas $
* @version $Id: Abstract.php 18951 2009-11-12 16:26:19Z alexander $
*/
abstract class Zend_Server_Abstract implements Zend_Server_Interface
{
@ -90,7 +90,7 @@ abstract class Zend_Server_Abstract implements Zend_Server_Interface
* Constructor
*
* Setup server description
*
*
* @return void
*/
public function __construct()
@ -115,7 +115,7 @@ abstract class Zend_Server_Abstract implements Zend_Server_Interface
* Lowercase a string
*
* Lowercase's a string by reference
*
*
* @deprecated
* @param string $string value
* @param string $key
@ -129,8 +129,8 @@ abstract class Zend_Server_Abstract implements Zend_Server_Interface
/**
* Build callback for method signature
*
* @param Zend_Server_Reflection_Function_Abstract $reflection
*
* @param Zend_Server_Reflection_Function_Abstract $reflection
* @return Zend_Server_Method_Callback
*/
protected function _buildCallback(Zend_Server_Reflection_Function_Abstract $reflection)
@ -149,8 +149,8 @@ abstract class Zend_Server_Abstract implements Zend_Server_Interface
/**
* Build a method signature
*
* @param Zend_Server_Reflection_Function_Abstract $reflection
*
* @param Zend_Server_Reflection_Function_Abstract $reflection
* @param null|string|object $class
* @return Zend_Server_Method_Definition
* @throws Zend_Server_Exception on duplicate entry
@ -197,9 +197,9 @@ abstract class Zend_Server_Abstract implements Zend_Server_Interface
/**
* Dispatch method
*
* @param Zend_Server_Method_Definition $invocable
* @param array $params
*
* @param Zend_Server_Method_Definition $invocable
* @param array $params
* @return mixed
*/
protected function _dispatch(Zend_Server_Method_Definition $invocable, array $params)
@ -234,8 +234,8 @@ abstract class Zend_Server_Abstract implements Zend_Server_Interface
/**
* Map PHP type to protocol type
*
* @param string $type
*
* @param string $type
* @return string
*/
abstract protected function _fixType($type);