Property | Type | Description | |
---|---|---|---|
$adapter | null | Gush\Adapter\Adapter | ||
$adapterFactory | |||
$config | The configuration file | ||
$dispatcher | |||
$issueTracker | null | Gush\Adapter\IssueTracker |
Method | Description | |
---|---|---|
__construct ( |
||
getAdapter ( ) : Gush\Adapter\Adapter | Get the Repository adapter. | |
getAdapterFactory ( ) : |
||
getCommands ( ) : |
||
getConfig ( ) : |
Get the application configuration. | |
getDispatcher ( ) : |
||
getHelp ( ) : string | ||
getIssueTracker ( ) : Gush\Adapter\IssueTracker | Get the IssueTracker adapter. | |
getSupportedMetaFiles ( ) | ||
setAdapter ( Gush\Adapter\Adapter $adapter ) | Set the Repository Adapter. | |
setIssueTracker ( Gush\Adapter\IssueTracker $issueTracker ) | Set the IssueTracker Adapter. |
Method | Description | |
---|---|---|
doRunCommand ( |
||
getDefaultHelperSet ( ) | ||
registerSubscribers ( ) |
public __construct ( |
||
$adapterFactory | ||
$config |
protected doRunCommand ( |
||
$command | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
public getAdapter ( ) : Gush\Adapter\Adapter | ||
return | Gush\Adapter\Adapter |
public getAdapterFactory ( ) : |
||
return |
public getCommands ( ) : |
||
return |
public getConfig ( ) : |
||
return |
public getDispatcher ( ) : |
||
return |
public getIssueTracker ( ) : Gush\Adapter\IssueTracker | ||
return | Gush\Adapter\IssueTracker |
public setAdapter ( Gush\Adapter\Adapter $adapter ) | ||
$adapter | Gush\Adapter\Adapter |
public setIssueTracker ( Gush\Adapter\IssueTracker $issueTracker ) | ||
$issueTracker | Gush\Adapter\IssueTracker |
protected null|Adapter,Gush\Adapter $adapter | ||
return | null | Gush\Adapter\Adapter |
protected AdapterFactory,Gush\Factory $adapterFactory | ||
return |
protected EventDispatcher,Symfony\Component\EventDispatcher $dispatcher | ||
return |
protected null|IssueTracker,Gush\Adapter $issueTracker | ||
return | null | Gush\Adapter\IssueTracker |