PHP Class Pyrech\ComposerChangelogs\Factory

显示文件 Open project: pyrech/composer-changelogs Class Usage Examples

Public Methods

Method Description
createOperationHandlers ( ) : Pyrech\ComposerChangelogs\OperationHandler\OperationHandler[]
createOutputter ( array $gitlabHosts = [] ) : Outputter
createUrlGenerators ( array $gitlabHosts = [] ) : Pyrech\ComposerChangelogs\UrlGenerator\UrlGenerator[]

Method Details

createOperationHandlers() public static method

public static createOperationHandlers ( ) : Pyrech\ComposerChangelogs\OperationHandler\OperationHandler[]
return Pyrech\ComposerChangelogs\OperationHandler\OperationHandler[]

createOutputter() public static method

public static createOutputter ( array $gitlabHosts = [] ) : Outputter
$gitlabHosts array
return Outputter

createUrlGenerators() public static method

public static createUrlGenerators ( array $gitlabHosts = [] ) : Pyrech\ComposerChangelogs\UrlGenerator\UrlGenerator[]
$gitlabHosts array
return Pyrech\ComposerChangelogs\UrlGenerator\UrlGenerator[]