示例#1
0
 protected function _initialize()
 {
     $this->_params->set('lengthMin', 4);
     $this->_params->set('lengthMax', 100);
     parent::_initialize();
 }
示例#2
0
文件: Time.php 项目: cargomedia/cm
 protected function _initialize()
 {
     $this->_timeZone = $this->_params->has('timeZone') ? $this->_params->getDateTimeZone('timeZone') : null;
     parent::_initialize();
 }
示例#3
0
文件: Float.php 项目: cargomedia/cm
 protected function _initialize()
 {
     $this->_setMinMaxOptions();
     parent::_initialize();
 }