print systemConfigParamSet

Handles a set of params and is used internally by the systemConfigSection object.


Methods

public __construct([$inSection = null])

Returns a new systemConfigParamSet

public addParam($oParam)

Adds the param to the set but only if it can be overridden

public getParam([$inParamName = false], [$inDefault = false])

Returns the param with name $inParamName; will create new param if not found and set value to $inDefault if no $inParamName set returns false.

public removeParam($oParam)

Removes a param from the set

public clearParams()

Removes all params from the set

public paramCount()

Returns the number of params in the set

public getSection()

Returns Section

public setSection($inSection)

Set Section property

public getModified()

Returns true if any part of the set has changed


Inherited Methods

<  1  >