PHP 클래스 Pyrech\ComposerChangelogs\Outputter

파일 보기 프로젝트 열기: pyrech/composer-changelogs 1 사용 예제들

공개 메소드들

메소드 설명
__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