Method | Description | |
---|---|---|
execute ( ) : void | ||
showHelp ( string $command = 'update' ) : void |
Method | Description | |
---|---|---|
getAppliedPatches ( integer $limit, string $branch = '' ) : array | Return the already applied patches from the changelog table | |
getLastPatchNumber ( string $branch ) : integer | Returns the last applied patch number from the database | |
getPatchNumbersToSkip ( array $params, array $patchFiles ) : array | Determine which patch numbers can be skipped We may only skip numbers that are ready to apply |
protected getLastPatchNumber ( string $branch ) : integer | ||
$branch | string | |
return | integer |