The constructor for the UpdateConnection class. This method is also called
from the classes that extend this class and override this method.
File
- includes/filetransfer/filetransfer.inc, line 24
- Base FileTransfer class.
Class
- FileTransfer
- @file
Base FileTransfer class.
Code
function __construct($jail) {
$this->jail = $jail;
}