Method | Description | |
---|---|---|
__construct ( array $operationHandlers, array $urlGenerators ) | ||
addOperation ( Composer\DependencyResolver\Operation\OperationInterface $operation ) | ||
getOutput ( ) : string | ||
isEmpty ( ) : boolean |
Method | Description | |
---|---|---|
createOperationOutput ( array &$output, Composer\DependencyResolver\Operation\OperationInterface $operation ) : array | void | ||
getOperationHandler ( Composer\DependencyResolver\Operation\OperationInterface $operation ) : Pyrech\ComposerChangelogs\OperationHandler\OperationHandler | null | ||
getUrlGenerator ( string $sourceUrl ) : Pyrech\ComposerChangelogs\UrlGenerator\UrlGenerator | null |
public __construct ( array $operationHandlers, array $urlGenerators ) | ||
$operationHandlers | array | |
$urlGenerators | array |
public addOperation ( Composer\DependencyResolver\Operation\OperationInterface $operation ) | ||
$operation | Composer\DependencyResolver\Operation\OperationInterface |