Number: Extend our FormElement class

This commit is contained in:
Eric Lippmann 2014-10-06 10:21:17 +02:00
parent a3409b166d
commit fa96a1cbbe
1 changed files with 2 additions and 13 deletions

View File

@ -4,24 +4,13 @@
namespace Icinga\Web\Form\Element;
use Zend_Form_Element;
use Icinga\Web\Form\FormElement;
/**
* A number input control
*/
class Number extends Zend_Form_Element
class Number extends FormElement
{
/**
* Disable default decorators
*
* \Icinga\Web\Form sets default decorators for elements.
*
* @var bool
*
* @see \Icinga\Web\Form::__construct() For default element decorators.
*/
protected $_disableLoadDefaultDecorators = true;
/**
* Form view helper to use for rendering
*