API17

Difference between revisions of "JDocumentHTML::countMenuChildren"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (clean up)
Line 4: Line 4:
 
Count the number of child menu items.  
 
Count the number of child menu items.  
  
{{Description:JDocumentHTML::countMenuChildren}}
+
{{subst:Description:JDocumentHTML::countMenuChildren}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JDocumentHTML::countMenuChildren|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function countMenuChildren ()
 
public function countMenuChildren ()
Line 18: Line 16:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
 
* [[API17:JDocumentHTML::countMenuChildren|Other versions of JDocumentHTML::countMenuChildren]]
 
* [[API17:JDocumentHTML::countMenuChildren|Other versions of JDocumentHTML::countMenuChildren]]
{{SeeAlso:JDocumentHTML::countMenuChildren}}
+
{{subst:SeeAlso:JDocumentHTML::countMenuChildren}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentHTML::countMenuChildren|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 10:19, 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 JDocumentHTML::countMenuChildren[edit]

Description[edit]

Count the number of child menu items.

{{subst:Description:JDocumentHTML::countMenuChildren}}

public function countMenuChildren ()
  • Returns integer Number of child menu items
  • Defined on line 364 of libraries/joomla/document/html/html.php

See also[edit]

{{subst:SeeAlso:JDocumentHTML::countMenuChildren}}

User contributed notes[edit]

<CodeExamplesForm />