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

@ -24,20 +24,20 @@ require_once 'Zend/Form.php';
/**
* Dijit-enabled Form
*
*
* @uses Zend_Form
* @package Zend_Dojo
* @subpackage Form
* @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: Form.php 16204 2009-06-21 18:58:29Z thomas $
* @version $Id: Form.php 18951 2009-11-12 16:26:19Z alexander $
*/
class Zend_Dojo_Form extends Zend_Form
{
/**
* Constructor
*
* @param array|Zend_Config|null $options
*
* @param array|Zend_Config|null $options
* @return void
*/
public function __construct($options = null)
@ -52,7 +52,7 @@ class Zend_Dojo_Form extends Zend_Form
/**
* Load the default decorators
*
*
* @return void
*/
public function loadDefaultDecorators()
@ -73,8 +73,8 @@ class Zend_Dojo_Form extends Zend_Form
* Set the view object
*
* Ensures that the view object has the dojo view helper path set.
*
* @param Zend_View_Interface $view
*
* @param Zend_View_Interface $view
* @return Zend_Dojo_Form_Element_Dijit
*/
public function setView(Zend_View_Interface $view = null)