$name
$name : string
The pre file download event.
$rfs : \Composer\Util\RemoteFilesystem
__construct(string $name, \Composer\Util\RemoteFilesystem $rfs, string $processedUrl)
Constructor.
string | $name | The event name |
\Composer\Util\RemoteFilesystem | $rfs | |
string | $processedUrl |
getRemoteFilesystem() : \Composer\Util\RemoteFilesystem
Returns the remote filesystem
setRemoteFilesystem(\Composer\Util\RemoteFilesystem $rfs)
Sets the remote filesystem
\Composer\Util\RemoteFilesystem | $rfs |