Example #1
0
 public function __construct($options)
 {
     parent::__construct($options);
     if (isset($options['receiver']['move_received_files'])) {
         $this->moveFiles = $options['receiver']['move_received_files'];
     }
 }
Example #2
0
 public function __construct($options)
 {
     parent::__construct($options);
     if ($this->workspace && !$this->srcPath) {
         $this->srcPath = $this->workspace . $this->getType();
     }
 }