JView::assignRef/1.5
From Joomla! Documentation
< JView::assignRef(Difference between revisions)
(Layout updates) |
(Correct link) |
||
| Line 35: | Line 35: | ||
* '''Defined''' on line 308 of libraries/joomla/application/component/view.php | * '''Defined''' on line 308 of libraries/joomla/application/component/view.php | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JView::assignRef''' on [http://api.joomla.org/Joomla-Framework/Application/JView.html#assignRef api.joomla.org] | + | * {{JVer|1.5}} '''JView::assignRef''' on [http://api.joomla.org/1.5/Joomla-Framework/Application/JView.html#assignRef api.joomla.org] |
* {{JVer|1.5}} '''JView source code''' on [[jframework15:application/component/view.php|JoomlaCode]] | * {{JVer|1.5}} '''JView source code''' on [[jframework15:application/component/view.php|JoomlaCode]] | ||
* {{JVer|1.5}} Class [[JView/1.5|JView]] | * {{JVer|1.5}} Class [[JView/1.5|JView]] | ||
Latest revision as of 09:22, 13 February 2013
[edit]
JView::assignRef
[edit] Description
Assign variable for the view (by reference).
Description:JView::assignRef [Edit Descripton]
public function assignRef ( $key &$val )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | |||
| &$val |
- Returns
- Defined on line 308 of libraries/joomla/application/component/view.php
[edit] See also
-
JView::assignRef on api.joomla.org
-
JView source code on JoomlaCode
-
Class JView
-
Subpackage Application
- Other versions of JView::assignRef
SeeAlso:JView::assignRef [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />