class Flag extends Collection (View source)

Properties

protected $collection_key
string[] $allowedIntValues
string[] $allowedStringValues
string[] $appliesTo
bool $inBeta
string $kind
string $maxValue
string $minValue
string $name
bool $requiresRestart
string $type

Methods

setAllowedIntValues($allowedIntValues)

No description

string[]
getAllowedIntValues()

No description

setAllowedStringValues($allowedStringValues)

No description

string[]
getAllowedStringValues()

No description

setAppliesTo($appliesTo)

No description

string[]
getAppliesTo()

No description

setInBeta($inBeta)

No description

bool
getInBeta()

No description

setKind($kind)

No description

string
getKind()

No description

setMaxValue($maxValue)

No description

string
getMaxValue()

No description

setMinValue($minValue)

No description

string
getMinValue()

No description

setName($name)

No description

string
getName()

No description

setRequiresRestart($requiresRestart)

No description

bool
getRequiresRestart()

No description

setType($type)

No description

string
getType()

No description

Details

setAllowedIntValues($allowedIntValues)

No description

Parameters

$allowedIntValues

string[] getAllowedIntValues()

No description

Return Value

string[]

setAllowedStringValues($allowedStringValues)

No description

Parameters

$allowedStringValues

string[] getAllowedStringValues()

No description

Return Value

string[]

setAppliesTo($appliesTo)

No description

Parameters

$appliesTo

string[] getAppliesTo()

No description

Return Value

string[]

setInBeta($inBeta)

No description

Parameters

$inBeta

bool getInBeta()

No description

Return Value

bool

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setMaxValue($maxValue)

No description

Parameters

$maxValue

string getMaxValue()

No description

Return Value

string

setMinValue($minValue)

No description

Parameters

$minValue

string getMinValue()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setRequiresRestart($requiresRestart)

No description

Parameters

$requiresRestart

bool getRequiresRestart()

No description

Return Value

bool

setType($type)

No description

Parameters

$type

string getType()

No description

Return Value

string