PHP Класс Pyrech\ComposerChangelogs\Outputter

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( array $operationHandlers, array $urlGenerators )
addOperation ( Composer\DependencyResolver\Operation\OperationInterface $operation )
getOutput ( ) : string
isEmpty ( ) : boolean

Приватные методы

Метод Описание
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

Описание методов

__construct() публичный метод

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

addOperation() публичный метод

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

getOutput() публичный метод

public getOutput ( ) : string
Результат string

isEmpty() публичный метод

public isEmpty ( ) : boolean
Результат boolean