API17:JControllerAdmin::display
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JControllerAdmin::display|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JControllerAdmin::display|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function display ( |
| + | $cachable=false | ||
| + | $urlparams=false | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' This object to support chaining. | |
| − | This object to support chaining. | + | * '''Defined''' on line 128 of libraries/joomla/application/component/controlleradmin.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/application/component/controlleradmin.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JControllerAdmin::display source code''' on [[jplatform:application/component/controlleradmin.php#cl-120|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JControllerAdmin/11.1|JControllerAdmin]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]] | ||
| + | * [[JControllerAdmin::display|Other versions of JControllerAdmin::display]] | ||
| + | {{SeeAlso:JControllerAdmin::display}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JControllerAdmin::display|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JControllerAdmin::display|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 53: | Line 52: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JControllerAdmin]][[Category:JControllerAdmin::display]]</noinclude> | <noinclude>[[Category:JControllerAdmin]][[Category:JControllerAdmin::display]]</noinclude> | ||
Revision as of 20:23, 27 April 2011
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.
JControllerAdmin::display
Description
Display is not supported by this controller.
Description:JControllerAdmin::display [Edit Descripton]
public function display ( $cachable=false $urlparams=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $cachable | boolean | false | If true, the view output will be cached |
| $urlparams | array | false | An array of safe url parameters and their variable types, for valid values see . |
- Returns This object to support chaining.
- Defined on line 128 of libraries/joomla/application/component/controlleradmin.php
- Since
See also
-
JControllerAdmin::display source code on BitBucket
-
Class JControllerAdmin
-
Subpackage Application
- Other versions of JControllerAdmin::display
SeeAlso:JControllerAdmin::display [Edit See Also]
User contributed notes
<CodeExamplesForm />
