コード例 #1
0
ファイル: Relocate.php プロジェクト: ngchie/system
 public function __construct($options)
 {
     parent::__construct($options);
     if (isset($options['receiver']['move_received_files'])) {
         $this->moveFiles = $options['receiver']['move_received_files'];
     }
 }
コード例 #2
0
 public function __construct($options)
 {
     parent::__construct($options);
     if ($this->workspace && !$this->srcPath) {
         $this->srcPath = $this->workspace . $this->getType();
     }
 }