Property | Type | Description | |
---|---|---|---|
$acfFileUrl | string | The file url that should be used instead of the given file url in copy |
Method | Description | |
---|---|---|
__construct ( string $acfFileUrl, Composer\IO\IOInterface $io, Composer\Config $config = null, array $options = [], boolean $disableTls = false ) | Constructor | |
copy ( string $originUrl, string $fileUrl, string $fileName, boolean $progress = true, array $options = [] ) : boolean | Copy the remote file in local |
public __construct ( string $acfFileUrl, Composer\IO\IOInterface $io, Composer\Config $config = null, array $options = [], boolean $disableTls = false ) | ||
$acfFileUrl | string | The url that should be used instead of fileurl |
$io | Composer\IO\IOInterface | The IO instance |
$config | Composer\Config | The config |
$options | array | The options |
$disableTls | boolean |
public copy ( string $originUrl, string $fileUrl, string $fileName, boolean $progress = true, array $options = [] ) : boolean | ||
$originUrl | string | The origin URL |
$fileUrl | string | The file URL (ignored) |
$fileName | string | the local filename |
$progress | boolean | Display the progression |
$options | array | Additional context options |
return | boolean | true |
protected string $acfFileUrl | ||
return | string |