API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
MenusModelMenutype::canDelete | ( | $ | type = '' | ) |
Checks if the menu can be deleted
string | The menu type |
Références $type, et JText::_().
MenusModelMenutype::delete | ( | $ | id = 0 | ) |
Deletes menu type and associations
string | The id of the menu type |
Références $db, $item, $items, $query, et JTable::getInstance().
MenusModelMenutype::deleteByType | ( | $ | type = '' | ) |
Delete menu items by type
Références $db, $query, $type, et MenusHelper::cleanCache().
MenusModelMenutype::getMenuItems | ( | ) |
Get a list of the menu records associated with the type
string | The menu type |
Références $db, $query, et JRequest::getVar().
MenusModelMenutype::getMenus | ( | ) |
Get a list of the menu records associated with the type
string | The menu type |
Références $db, $i, $limit, $limitstart, $mainframe, $published, $query, et $total.
MenusModelMenutype::getModules | ( | $ | type = '' | ) |
MenusModelMenutype::getPagination | ( | ) |
Get a list of the menu records associated with the type
string | The menu type |
Références $limit, $limitstart, $mainframe, $total, MenusHelper::getMenuTypeList(), et jimport().
& MenusModelMenutype::getTable | ( | ) |
Returns the internal table object
Références $id, JTable::getInstance(), et JRequest::getVar().
MenusModelMenutype::$_modelName = 'menutype' |
MenusModelMenutype::$_table = null |