A parameter class to contain setting parameter information. Every parameter has an idetifying name, and a type. The value of a parameter can be an array of name=>value pairs, or a scalar type such as a string, integer or boolean.
Located in /application-defs.php (line 40)
Make a new parameter.
Get the parameter value. If the element name is given (for an array type parameter) then we return the value of that element.
Return decoded value (or array of values) so that applications can use the data unencumbered with URL encoding etc.
Set the parameter to given value. If the parameter has an array of values, the name is also given.
Documentation generated by phpDocumentor 1.3.0RC3