Example #1
0
 public function __construct(array $options = array())
 {
     $this->_options['max_length'] = 64;
     $this->_options['prepopulate_field'] = null;
     parent::__construct($options);
 }
Example #2
0
 public function __construct(array $options = array())
 {
     $this->_options['max_length'] = 64;
     parent::__construct($options);
 }