Configuration values need to be inserted to forms explicitly

It's the controllers' responsibility to ensure that forms are populated with
configuration values on GET requests.

refs #5525
This commit is contained in:
Johannes Meyer 2014-07-18 09:27:10 +02:00
parent 21cd503ee7
commit 802c095bf8
1 changed files with 0 additions and 12 deletions

View File

@ -113,18 +113,6 @@ class Form extends Zend_Form
return $this->tokenElementName;
}
/**
* Return the current configuration for this form
*
* Intended to be implemented by concrete form classes.
*
* @return array
*/
public function getConfiguration()
{
return array();
}
/**
* Create and return the elements to add to this form
*