API17:JCli::get
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::get
Description
Returns a property of the object or the default value if the property is not set.
Description:JCli::get [Edit Descripton]
public function get ( $key $default=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | string | The name of the property | |
| $default | mixed | null | The default value if none is set. |
- Returns mixed The value of the configuration.
- Defined on line 209 of libraries/joomla/application/cli.php
- Since
See also
-
JCli::get source code on BitBucket
-
Class JCli
-
Subpackage Application
- Other versions of JCli::get
SeeAlso:JCli::get [Edit See Also]
User contributed notes
<CodeExamplesForm />
