Example #1
0
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['file_download_path'] = array('default' => FALSE);
     return $options;
 }
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['filemime_image'] = array('default' => FALSE);
     return $options;
 }