Esempio n. 1
0
 /**
  */
 public function configure()
 {
     // run parent
     parent::configure();
     // file directory
     if ($this->config()->contains('file_directory')) {
         $this->file_directory = $this->config('file_directory');
     }
     // file directory
     if ($this->config()->contains('file_extension')) {
         $this->file_extension = $this->config('file_extension');
     }
 }