On this page
function FileTransfer::__construct
FileTransfer::__construct($jail)
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 22
Class
Code
function __construct($jail) {
$this->jail = $jail;
}
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!filetransfer!filetransfer.inc/function/FileTransfer::__construct/7.x