Ejemplo n.º 1
0
 protected function _initialize()
 {
     $this->_params->set('lengthMin', 4);
     $this->_params->set('lengthMax', 100);
     parent::_initialize();
 }
Ejemplo n.º 2
0
 protected function _initialize()
 {
     $this->_timeZone = $this->_params->has('timeZone') ? $this->_params->getDateTimeZone('timeZone') : null;
     parent::_initialize();
 }
Ejemplo n.º 3
0
 protected function _initialize()
 {
     $this->_setMinMaxOptions();
     parent::_initialize();
 }