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