PHP Class Pyrech\ComposerChangelogs\tests\resources\FakeHandler

Inheritance: implements Pyrech\ComposerChangelogs\OperationHandler\OperationHandler
Datei anzeigen Open project: pyrech/composer-changelogs

Public Methods

Method Description
__construct ( boolean $supports, string $sourceUrl, string $output )
extractSourceUrl ( Composer\DependencyResolver\Operation\OperationInterface $operation )
getOutput ( Composer\DependencyResolver\Operation\OperationInterface $operation, Pyrech\ComposerChangelogs\UrlGenerator\UrlGenerator $urlGenerator = null )
supports ( Composer\DependencyResolver\Operation\OperationInterface $operation )

Method Details

__construct() public method

public __construct ( boolean $supports, string $sourceUrl, string $output )
$supports boolean
$sourceUrl string
$output string

extractSourceUrl() public method

public extractSourceUrl ( Composer\DependencyResolver\Operation\OperationInterface $operation )
$operation Composer\DependencyResolver\Operation\OperationInterface

getOutput() public method

public getOutput ( Composer\DependencyResolver\Operation\OperationInterface $operation, Pyrech\ComposerChangelogs\UrlGenerator\UrlGenerator $urlGenerator = null )
$operation Composer\DependencyResolver\Operation\OperationInterface
$urlGenerator Pyrech\ComposerChangelogs\UrlGenerator\UrlGenerator

supports() public method

public supports ( Composer\DependencyResolver\Operation\OperationInterface $operation )
$operation Composer\DependencyResolver\Operation\OperationInterface