function FileTransfer::__set
File
-
core/
lib/ Drupal/ Core/ FileTransfer/ FileTransfer.php, line 129
Class
- FileTransfer
- Defines the base FileTransfer class.
Namespace
Drupal\Core\FileTransferCode
public function __set(string $name, $value) : void {
if ($name == 'connection') {
$this->connectionHandle = $value;
}
elseif ($name == 'chroot') {
$this->chrootPath = $value;
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.