Documentation

DownloaderInterface

Downloader interface.

Tags
author

Konstantin Kudryashov ever.zet@gmail.com

author

Jordi Boggiano j.boggiano@seld.be

Table of Contents

download()  : mixed
Downloads specific package into specific folder.
getInstallationSource()  : string
Returns installation source (either source or dist).
remove()  : mixed
Removes specific package from specific folder.
setOutputProgress()  : DownloaderInterface
Sets whether to output download progress information or not
update()  : mixed
Updates specific package in specific folder from initial to target version.

Methods

getInstallationSource()

Returns installation source (either source or dist).

public getInstallationSource() : string
Return values
string

"source" or "dist"

Search results