Handles a set of params and is used internally by the systemConfigSection object.
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
Posted by: Scorpio Documentor (Writer), in System on 19 Nov 2009 @ 20:31
Tags: baseset, countable, iteratoraggregate, system, systemconfigparamset, traversable,
This
work is licenced under a
Creative Commons Licence.