JView::get/1.5
From Joomla! Documentation
JView::get
Description
Method to get data from a registered model or a property of the view.
Description:JView::get [Edit Descripton]
public & function get ( $property $default=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $property | string | The name of the method to call on the model, or the property to get | |
| $default | string | null | The name of the model to reference, or the default value [optional] |
- Returns mixed The return value of the method
- Defined on line 345 of libraries/joomla/application/component/view.php
See also
-
JView::get on api.joomla.org
-
JView source code on JoomlaCode
-
Class JView
-
Subpackage Application
- Other versions of JView::get
SeeAlso:JView::get [Edit See Also]
User contributed notes
<CodeExamplesForm />