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

@ -16,7 +16,7 @@
* @package Zend_View
* @subpackage Helper
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
* @version $Id: Registry.php 16541 2009-07-07 06:59:03Z bkarwin $
* @version $Id: Registry.php 18951 2009-11-12 16:26:19Z alexander $
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
@ -36,7 +36,7 @@ require_once 'Zend/View/Helper/Placeholder/Container.php';
* @subpackage Helper
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
*/
class Zend_View_Helper_Placeholder_Registry
{
/**
@ -59,7 +59,7 @@ class Zend_View_Helper_Placeholder_Registry
/**
* Retrieve or create registry instnace
*
*
* @return void
*/
public static function getRegistry()
@ -75,10 +75,10 @@ class Zend_View_Helper_Placeholder_Registry
}
/**
* createContainer
*
* @param string $key
* @param array $value
* createContainer
*
* @param string $key
* @param array $value
* @return Zend_View_Helper_Placeholder_Container_Abstract
*/
public function createContainer($key, array $value = array())
@ -91,8 +91,8 @@ class Zend_View_Helper_Placeholder_Registry
/**
* Retrieve a placeholder container
*
* @param string $key
*
* @param string $key
* @return Zend_View_Helper_Placeholder_Container_Abstract
*/
public function getContainer($key)
@ -109,8 +109,8 @@ class Zend_View_Helper_Placeholder_Registry
/**
* Does a particular container exist?
*
* @param string $key
*
* @param string $key
* @return bool
*/
public function containerExists($key)
@ -122,9 +122,9 @@ class Zend_View_Helper_Placeholder_Registry
/**
* Set the container for an item in the registry
*
* @param string $key
* @param Zend_View_Placeholder_Container_Abstract $container
*
* @param string $key
* @param Zend_View_Placeholder_Container_Abstract $container
* @return Zend_View_Placeholder_Registry
*/
public function setContainer($key, Zend_View_Helper_Placeholder_Container_Abstract $container)
@ -136,8 +136,8 @@ class Zend_View_Helper_Placeholder_Registry
/**
* Delete a container
*
* @param string $key
*
* @param string $key
* @return bool
*/
public function deleteContainer($key)
@ -153,8 +153,8 @@ class Zend_View_Helper_Placeholder_Registry
/**
* Set the container class to use
*
* @param string $name
*
* @param string $name
* @return Zend_View_Helper_Placeholder_Registry
*/
public function setContainerClass($name)
@ -176,7 +176,7 @@ class Zend_View_Helper_Placeholder_Registry
/**
* Retrieve the container class
*
*
* @return string
*/
public function getContainerClass()