JViewLegacy::get
Method to get data from a registered model or a property of the view
Signature
public function get(string
$property,
[string
$default = null] )
Parameters
-
$property
- The name of the method to call on the model or the property to get
-
$default
- The name of the model to reference or the default value [optional]
Returns
- mixed
- The return value of the method