API17:JView::get
From Joomla! Documentation
JView::get
Description
Method to get data from a registered model or a property of the view.
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 330 of libraries/joomla/application/component/view.php
See also
JView::get source code on BitBucket
Class JView
Subpackage Application- Other versions of JView::get
User contributed notes
Code Examples