PHP 클래스 Hirak\Prestissimo\CopyRequest

상속: extends Hirak\Prestissimo\BaseRequest
파일 보기 프로젝트 열기: hirak/prestissimo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultCurlOptions

공개 메소드들

메소드 설명
__construct ( string $url, string $destination, boolean $useRedirector, Composer\IO\IOInterface $io, Composer\Config $config )
__destruct ( )
getCurlOptions ( ) : array
makeSuccess ( )
setDestination ( $destination )

비공개 메소드들

메소드 설명
createDir ( $fileName )

메소드 상세

__construct() 공개 메소드

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 __destruct ( )

getCurlOptions() 공개 메소드

public getCurlOptions ( ) : array
리턴 array

makeSuccess() 공개 메소드

public makeSuccess ( )

setDestination() 공개 메소드

public setDestination ( $destination )

프로퍼티 상세

$defaultCurlOptions 보호되어 있는 정적으로 프로퍼티

protected static $defaultCurlOptions