API17:JParameter::def
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JParameter::def
Description
Sets a default value if not alreay assigned.
Description:JParameter::def [Edit Descripton]
public function def ( $key $default= '' $group= '_default' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | string | The name of the parameter. | |
| $default | string | An optional value for the parameter. | |
| $group | string | '_default' | An optional group for the parameter. |
- Returns string The value set, or the default if the value was not previously set (or null).
- Defined on line 98 of libraries/joomla/html/parameter.php
- Since
See also
-
JParameter::def source code on BitBucket
-
Class JParameter
-
Subpackage Html
- Other versions of JParameter::def
SeeAlso:JParameter::def [Edit See Also]
User contributed notes
<CodeExamplesForm />
