class Git implements IEnumerable

Class Git

Traits

Class Enumerable

Constants

GITHUB

BITBUCKET

CONFIG

Methods

static array
getCostants()

No description

static bool
isValidValue($valore)

No description

static string
getCostantsValues(string $separator = ', ')

No description

static 
getCostant($costant)

No description

__construct(Command $command)

No description

read($silent)

No description

Details

in Enumerable at line line 14
static array getCostants()

Return Value

array

in Enumerable at line line 25
static bool isValidValue($valore)

Parameters

$valore

Return Value

bool

in Enumerable at line line 35
static string getCostantsValues(string $separator = ', ')

Parameters

string $separator

Return Value

string

in Enumerable at line line 40
static getCostant($costant)

Parameters

$costant

at line line 23
__construct(Command $command)

Parameters

Command $command

at line line 29
read($silent)

Parameters

$silent