Rename Connection to Server and fix some other naming inconsistencies

This commit is contained in:
Robin Appelman 2013-03-03 22:14:08 +01:00
commit 89cb5a2104
10 changed files with 53 additions and 33 deletions

View file

@ -9,8 +9,8 @@
namespace SMB\Command;
class Rename extends Double {
public function __construct($connection) {
parent::__construct($connection);
public function __construct($share) {
parent::__construct($share);
$this->command = 'rename';
}
}