Documentation

TruncatedComposerRepository extends ComposerRepository
in package

Tags
author

Nicolas Grekas p@tchwork.com

Table of Contents

__construct()  : mixed
setSymfonyRequire()  : mixed
fetchFile()  : mixed

Methods

__construct()

public __construct(array<string|int, mixed> $repoConfig, IOInterface $io, Config $config[, EventDispatcher $eventDispatcher = null ][, RemoteFilesystem $rfs = null ]) : mixed
Parameters
$repoConfig : array<string|int, mixed>
$io : IOInterface
$config : Config
$eventDispatcher : EventDispatcher = null
$rfs : RemoteFilesystem = null
Return values
mixed

setSymfonyRequire()

public setSymfonyRequire(string $symfonyRequire, RootPackageInterface $rootPackage, Downloader $downloader, IOInterface $io) : mixed
Parameters
$symfonyRequire : string
$rootPackage : RootPackageInterface
$downloader : Downloader
$io : IOInterface
Return values
mixed

fetchFile()

protected fetchFile(mixed $filename[, mixed $cacheKey = null ][, mixed $sha256 = null ][, mixed $storeLastModifiedTime = false ]) : mixed
Parameters
$filename : mixed
$cacheKey : mixed = null
$sha256 : mixed = null
$storeLastModifiedTime : mixed = false
Return values
mixed

Search results