class NestedParameter extends Collection (View source)

Properties

protected $collection_key
bool $boolValue
string $intValue
bool[] $multiBoolValue
string[] $multiIntValue
string[] $multiValue
string $name
string $value

Methods

setBoolValue($boolValue)

No description

bool
getBoolValue()

No description

setIntValue($intValue)

No description

string
getIntValue()

No description

setMultiBoolValue($multiBoolValue)

No description

bool[]
getMultiBoolValue()

No description

setMultiIntValue($multiIntValue)

No description

string[]
getMultiIntValue()

No description

setMultiValue($multiValue)

No description

string[]
getMultiValue()

No description

setName($name)

No description

string
getName()

No description

setValue($value)

No description

string
getValue()

No description

Details

setBoolValue($boolValue)

No description

Parameters

$boolValue

bool getBoolValue()

No description

Return Value

bool

setIntValue($intValue)

No description

Parameters

$intValue

string getIntValue()

No description

Return Value

string

setMultiBoolValue($multiBoolValue)

No description

Parameters

$multiBoolValue

bool[] getMultiBoolValue()

No description

Return Value

bool[]

setMultiIntValue($multiIntValue)

No description

Parameters

$multiIntValue

string[] getMultiIntValue()

No description

Return Value

string[]

setMultiValue($multiValue)

No description

Parameters

$multiValue

string[] getMultiValue()

No description

Return Value

string[]

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setValue($value)

No description

Parameters

$value

string getValue()

No description

Return Value

string