PHP Interface PhpBrew\Extension\Provider\Provider

Exibir arquivo Open project: phpbrew/phpbrew Interface Usage Examples

Public Methods

Method Description
buildKnownReleasesUrl ( )
buildPackageDownloadUrl ( $version )
exists ( $url, $packageName )
extractPackageCommands ( $currentPhpExtensionDirectory, $targetFilePath )
getDefaultVersion ( )
getName ( )
getOwner ( )
getPackageName ( )
getRepository ( )
isBundled ( $packageName )
parseKnownReleasesResponse ( $content )
postExtractPackageCommands ( $currentPhpExtensionDirectory, $targetFilePath )
resolveDownloadFileName ( $version )
setDefaultVersion ( $version )
setOwner ( $owner )
setPackageName ( $packageName )
setRepository ( $repository )
shouldLookupRecursive ( )

Method Details

buildKnownReleasesUrl() public method

buildPackageDownloadUrl() public method

public buildPackageDownloadUrl ( $version )

exists() public method

public exists ( $url, $packageName )

extractPackageCommands() public method

public extractPackageCommands ( $currentPhpExtensionDirectory, $targetFilePath )

getDefaultVersion() public method

public getDefaultVersion ( )

getName() public static method

public static getName ( )

getOwner() public method

public getOwner ( )

getPackageName() public method

public getPackageName ( )

getRepository() public method

public getRepository ( )

isBundled() public method

public isBundled ( $packageName )

parseKnownReleasesResponse() public method

public parseKnownReleasesResponse ( $content )

postExtractPackageCommands() public method

public postExtractPackageCommands ( $currentPhpExtensionDirectory, $targetFilePath )

resolveDownloadFileName() public method

public resolveDownloadFileName ( $version )

setDefaultVersion() public method

public setDefaultVersion ( $version )

setOwner() public method

public setOwner ( $owner )

setPackageName() public method

public setPackageName ( $packageName )

setRepository() public method

public setRepository ( $repository )

shouldLookupRecursive() public method