Метод |
Описание |
|
all ( ) : array[] |
Returns registered adapters. |
|
allOfType ( string $type ) : array[] |
Returns all registered adapters of a specific type. |
|
createConfigurator ( string $name, Symfony\Component\Console\Helper\HelperSet $helperSet, Config $globalConfig ) : Gush\Adapter\Configurator |
Creates a new Configurator instance for the given adapter. |
|
createIssueTracker ( string $name, array $adapterConfig, Config $globalConfig ) : Gush\Adapter\IssueTracker |
Creates a new IssueTracker (IssueTracker object) with the given configuration. |
|
createRepositoryManager ( string $name, array $adapterConfig, Config $globalConfig ) : Gush\Adapter\Adapter |
Creates a new RepositoryManager (Adapter object) with the given configuration. |
|
get ( string $name ) : array[] |
Returns the requested adapter-factory configuration. |
|
has ( string $name ) : boolean |
Returns whether adapter by name is registered. |
|
register ( string $name, string $label, object | string $adapterFactory ) |
|
|
supports ( string $name, string $supports ) : boolean |
Returns whether the adapter by name supports
the requirements. |
|