QuickForm: add missing beforeSetup hook

This commit is contained in:
Thomas Gelf 2016-03-22 02:09:37 +01:00
parent 5faf7c8612
commit 16bc8bf6b3

View File

@ -290,6 +290,10 @@ abstract class QuickForm extends Zend_Form
return $url;
}
protected function beforeSetup()
{
}
public function setup()
{
}