Skip to content

Commit

Permalink
[VD:abstract] define public $netMountKey
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Jul 27, 2016
1 parent 5fe2d1e commit 1f4fcf1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
7 changes: 7 additions & 0 deletions php/elFinderVolumeDriver.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
**/
abstract class elFinderVolumeDriver {

/**
* Net mount key
*
* @var string
**/
public $netMountKey = '';

/**
* Request args
* $_POST or $_GET values
Expand Down
7 changes: 0 additions & 7 deletions php/elFinderVolumeDropbox.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ class elFinderVolumeDropbox extends elFinderVolumeDriver {
**/
protected $tmp = '';

/**
* Net mount key
*
* @var string
**/
public $netMountKey = '';

/**
* Dropbox.com uid
*
Expand Down
7 changes: 0 additions & 7 deletions php/elFinderVolumeFTP.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ class elFinderVolumeFTP extends elFinderVolumeDriver {
**/
protected $tmp = '';

/**
* Net mount key
*
* @var string
**/
public $netMountKey = '';

/**
* FTP command `MLST` support
*
Expand Down

0 comments on commit 1f4fcf1

Please sign in to comment.