PHP Class Hirak\Prestissimo\CopyRequest

Inheritance: extends Hirak\Prestissimo\BaseRequest
Afficher le fichier Open project: hirak/prestissimo Class Usage Examples

Protected Properties

Свойство Type Description
$defaultCurlOptions

Méthodes publiques

Méthode Description
__construct ( string $url, string $destination, boolean $useRedirector, Composer\IO\IOInterface $io, Composer\Config $config )
__destruct ( )
getCurlOptions ( ) : array
makeSuccess ( )
setDestination ( $destination )

Private Methods

Méthode Description
createDir ( $fileName )

Method Details

__construct() public méthode

public __construct ( string $url, string $destination, boolean $useRedirector, Composer\IO\IOInterface $io, Composer\Config $config )
$url string
$destination string
$useRedirector boolean
$io Composer\IO\IOInterface
$config Composer\Config

__destruct() public méthode

public __destruct ( )

getCurlOptions() public méthode

public getCurlOptions ( ) : array
Résultat array

makeSuccess() public méthode

public makeSuccess ( )

setDestination() public méthode

public setDestination ( $destination )

Property Details

$defaultCurlOptions protected_oe static_oe property

protected static $defaultCurlOptions