function FileTransfer::__construct
The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method.
6 calls to FileTransfer::__construct()
- FileTransferFTP::__construct in drupal-7.x/
includes/ filetransfer/ ftp.inc - The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method.
- FileTransferFTP::__construct in drupal-7.x/
includes/ filetransfer/ ftp.inc - The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method.
- FileTransferSSH::__construct in drupal-7.x/
includes/ filetransfer/ ssh.inc - The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method.
- FileTransferSSH::__construct in drupal-7.x/
includes/ filetransfer/ ssh.inc - The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method.
- TestFileTransfer::__construct in drupal-7.x/
modules/ simpletest/ tests/ filetransfer.test - The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method.
3 methods override FileTransfer::__construct()
- FileTransferFTP::__construct in drupal-7.x/
includes/ filetransfer/ ftp.inc - The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method.
- FileTransferSSH::__construct in drupal-7.x/
includes/ filetransfer/ ssh.inc - The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method.
- TestFileTransfer::__construct in drupal-7.x/
modules/ simpletest/ tests/ filetransfer.test - The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method.
Archivo
- drupal-7.x/
includes/ filetransfer/ filetransfer.inc, line 22
Class
Código
function __construct($jail) {
$this->jail = $jail;
}