API17:JCli::set
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.
JCli::set
Description
Modifies a property of the object, creating it if it does not already exist.
Description:JCli::set [Edit Descripton]
Since
Synopsis
public JCli::set ($key, $value=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | string | The name of the property | |
| $value | mixed | null | The value of the property to set |
Returns
mixed Previous value of the property
Defined in
libraries/joomla/application/cli.php (line 235)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
