| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Application |
JApplicationHelper |
getItemCount |
getItemCount() |
Never | Work in Progress |
Count the items in the menu for a certain type.
integer getItemCount ( $type )
| $type | string | is a string containing the type of menu item to count. |
Example
echo JApplicationHelper::getItemCount( 'content_blog_section' );
might produce
Result
2