| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: menutype.php 18162 2010-07-16 07:00:47Z ian $ |
| File Size: | 280 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
MenusModelMenutype:: (8 methods):
getTable()
getMenus()
getPagination()
getMenuItems()
getModules()
canDelete()
delete()
deleteByType()
Class: MenusModelMenutype - X-Ref
| getTable() X-Ref |
| Returns the internal table object return: JTable |
| getMenus() X-Ref |
| Get a list of the menu records associated with the type param: string The menu type return: array An array of records as objects |
| getPagination() X-Ref |
| Get a list of the menu records associated with the type param: string The menu type return: array An array of records as objects |
| getMenuItems() X-Ref |
| Get a list of the menu records associated with the type param: string The menu type return: array An array of records as objects |
| getModules( $type='' ) X-Ref |
| Get a list of the menu records associated with the type param: string The menu type return: array An array of records as objects |
| canDelete( $type='' ) X-Ref |
| Checks if the menu can be deleted param: string The menu type return: boolean |
| delete( $id = 0 ) X-Ref |
| Deletes menu type and associations param: string The id of the menu type return: boolean |
| deleteByType( $type = '' ) X-Ref |
| Delete menu items by type |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |