Ejemplo n.º 1
0
 /**
  * (non-PHPdoc)
  * @see \views\bootstrap\components\form\InputElement::_init()
  */
 protected function _init()
 {
     $this->setAttribute('format', $this->_format);
     parent::_init();
 }