PHP Class Pyrech\ComposerChangelogs\Outputter

Afficher le fichier Open project: pyrech/composer-changelogs Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( array $operationHandlers, array $urlGenerators )
addOperation ( Composer\DependencyResolver\Operation\OperationInterface $operation )
getOutput ( ) : string
isEmpty ( ) : boolean

Private Methods

Méthode 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

Method Details

__construct() public méthode

public __construct ( array $operationHandlers, array $urlGenerators )
$operationHandlers array
$urlGenerators array

addOperation() public méthode

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

getOutput() public méthode

public getOutput ( ) : string
Résultat string

isEmpty() public méthode

public isEmpty ( ) : boolean
Résultat boolean