API17

Difference between revisions of "JMenu::setActive"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Set the default item by id.  
 
Set the default item by id.  
  
{{Description:JMenu::setActive}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JMenu::setActive|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JMenu::setActive ($id)
+
public function setActive ($id)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 22:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' mixed If successfull the active item, otherwise null
mixed If successfull the active item, otherwise null
+
* '''Defined''' on line 176 of libraries/joomla/application/menu.php
===Defined in===
 
libraries/joomla/application/menu.php (line 176)
 
* see source code in [[jplatform:application/menu.php#cl-176|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JMenu::setActive source code''' on [[jplatform:application/menu.php#cl-168|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JMenu::setActive|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JMenu|JMenu]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JMenu/11.1|JMenu]]
+
* [[API17:JMenu::setActive|Other versions of JMenu::setActive]]
* [[JMenu::setActive|Other versions of this method]]
+
 
{{SeeAlso:JMenu::setActive}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JMenu::setActive
 
category=JMenu::setActive
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JMenu]][[Category:JMenu::setActive]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:26, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JMenu::setActive[edit]

Description[edit]

Set the default item by id.


public function setActive ($id)
Parameter Type Default Description
$id int The item id
  • Returns mixed If successfull the active item, otherwise null
  • Defined on line 176 of libraries/joomla/application/menu.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]