메소드 | 설명 | |
---|---|---|
execute ( ) : void | ||
showHelp ( string $command = 'status' ) : void |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | array |
protected showChangedPatches ( array $patches ) : void | ||
$patches | array | |
리턴 | void |
protected showPatchesToApply ( string $branch ) | ||
$branch | string | return void |