class WorkbenchVersion extends Command

Methods

mixed
handle()

Execute the console command.

array
runSemVer()

No description

string
semVerAnalisys(array $output)

No description

string
getActiveBranch(GitSimpleWrapper $gitSimpleWrapper)

No description

array
getLastTagVersionArray(GitSimpleWrapper $gitSimpleWrapper)

No description

getLastTagVersion(GitSimpleWrapper $gitSimpleWrapper)

No description

mixed
createSemverCopyFolder(GitSimpleWrapper $gitSimpleWrapper)

No description

mixed
checkoutToTagVersion($version, GitSimpleWrapper $gitSimpleWrapper)

No description

addAndCommit(GitSimpleWrapper $gitSimpleWrapper, $message)

No description

mixed
pushOriginActiveBranch(GitSimpleWrapper $gitSimpleWrapper, $branch)

No description

mixed
tagActiveBranch(GitSimpleWrapper $gitSimpleWrapper, $tag)

No description

mixed
pushTagOriginActiveBranch(GitSimpleWrapper $gitSimpleWrapper, $tag)

No description

mixed
pullOriginMaster(GitSimpleWrapper $gitSimpleWrapper)

No description

mixed
pullOriginActiveBranch(GitSimpleWrapper $gitSimpleWrapper, $branch)

No description

mixed
formatColorRedText($testo)

No description

setWorkbenchSettings($workbenchSettings)

No description

mixed
getWorkbenchSettings()

No description

bool
validateTAG($tag)

No description

mixed
__get($property)

No description

__set($property, $value)

No description

Details

at line line 56
mixed handle()

Execute the console command.

Return Value

mixed

at line line 336
array runSemVer()

Return Value

array

at line line 349
string semVerAnalisys(array $output)

Parameters

array $output

Return Value

string

at line line 359
string getActiveBranch(GitSimpleWrapper $gitSimpleWrapper)

Parameters

GitSimpleWrapper $gitSimpleWrapper

Return Value

string

at line line 369
array getLastTagVersionArray(GitSimpleWrapper $gitSimpleWrapper)

Parameters

GitSimpleWrapper $gitSimpleWrapper

Return Value

array

at line line 384
getLastTagVersion(GitSimpleWrapper $gitSimpleWrapper)

Parameters

GitSimpleWrapper $gitSimpleWrapper

at line line 401
mixed createSemverCopyFolder(GitSimpleWrapper $gitSimpleWrapper)

Parameters

GitSimpleWrapper $gitSimpleWrapper

Return Value

mixed

at line line 450
mixed checkoutToTagVersion($version, GitSimpleWrapper $gitSimpleWrapper)

Parameters

$version
GitSimpleWrapper $gitSimpleWrapper

Return Value

mixed

at line line 460
addAndCommit(GitSimpleWrapper $gitSimpleWrapper, $message)

Parameters

GitSimpleWrapper $gitSimpleWrapper
$message

at line line 479
mixed pushOriginActiveBranch(GitSimpleWrapper $gitSimpleWrapper, $branch)

Parameters

GitSimpleWrapper $gitSimpleWrapper
$branch

Return Value

mixed

at line line 490
mixed tagActiveBranch(GitSimpleWrapper $gitSimpleWrapper, $tag)

Parameters

GitSimpleWrapper $gitSimpleWrapper
$tag

Return Value

mixed

at line line 500
mixed pushTagOriginActiveBranch(GitSimpleWrapper $gitSimpleWrapper, $tag)

Parameters

GitSimpleWrapper $gitSimpleWrapper
$tag

Return Value

mixed

at line line 510
mixed pullOriginMaster(GitSimpleWrapper $gitSimpleWrapper)

Parameters

GitSimpleWrapper $gitSimpleWrapper

Return Value

mixed

at line line 520
mixed pullOriginActiveBranch(GitSimpleWrapper $gitSimpleWrapper, $branch)

Parameters

GitSimpleWrapper $gitSimpleWrapper
$branch

Return Value

mixed

at line line 530
mixed formatColorRedText($testo)

Parameters

$testo

Return Value

mixed

at line line 542
setWorkbenchSettings($workbenchSettings)

Parameters

$workbenchSettings

at line line 550
mixed getWorkbenchSettings()

Return Value

mixed

at line line 559
bool validateTAG($tag)

Parameters

$tag

Return Value

bool

at line line 584
mixed __get($property)

Parameters

$property

Return Value

mixed

at line line 595
__set($property, $value)

Parameters

$property
$value