class IndexConfig extends Alvine

IndexConfig

Properties

protected mixed $mirrors
protected string $name
protected boolean $official
protected boolean $secure

Methods

__construct($name, $official, $secure, $mirrors)

__construct

mixed
getMirrors()

getMirrors

string
getName()

getName

boolean
getOfficial()

getOfficial

boolean
getSecure()

getSecure

static IndexConfig
getInstanceFromArray(Array|ArrayHelper $array)

getInstanceFromArray

Details

at line 61
__construct($name, $official, $secure, $mirrors)

__construct

Parameters

$name
$official
$secure
$mirrors

at line 75
mixed getMirrors()

getMirrors

Return Value

mixed

at line 84
string getName()

getName

Return Value

string

at line 93
boolean getOfficial()

getOfficial

Return Value

boolean

at line 102
boolean getSecure()

getSecure

Return Value

boolean

at line 113
static IndexConfig getInstanceFromArray(Array|ArrayHelper $array)

getInstanceFromArray

Parameters

Array|ArrayHelper $array

Return Value

IndexConfig