Method | Description | |
---|---|---|
execute ( ) : void | ||
showHelp ( string $command = 'status' ) : void |
Method | Description | |
---|---|---|
getAppliedPatches ( string $branch = '' ) : array | Get list of patches that are applied | |
getDefaultBranch ( ) | ||
getLimit ( ) : integer | ||
showChangedPatches ( array $patches ) : void | Show patches that have been changed since they are applied | |
showPatchesToApply ( string $branch ) | Output all the patches to apply for a specific branch |
protected getAppliedPatches ( string $branch = '' ) : array | ||
$branch | string | |
return | array |
protected showChangedPatches ( array $patches ) : void | ||
$patches | array | |
return | void |
protected showPatchesToApply ( string $branch ) | ||
$branch | string | return void |