Menu Item Model for Menus.
Located in /administrator/components/com_menus/models/item.php (line 22)
JObject | --JModelLegacy | --JModelForm | --JModelAdmin | --MenusModelItem
Inherited from JModelAdmin
JModelAdmin::$event_after_delete
JModelAdmin::$event_after_save
JModelAdmin::$event_before_delete
JModelAdmin::$event_before_save
JModelAdmin::$event_change_state
Inherited from JModelForm
JModelForm::$_forms
Inherited from JModelLegacy
JModelLegacy::$event_clean_cache
JModelLegacy::$name
JModelLegacy::$option
JModelLegacy::$state
JModelLegacy::$_db
JModelLegacy::$__state_set
Inherited from JObject
JObject::$_errors
Method to perform batch operations on an item or a set of items.
Batch copy menu items to a new menu or parent.
Batch move menu items to a new menu or parent.
Method to test whether a record can be deleted.
Method to test whether a record can have its state edited.
Method to check if you can save a record.
Custom clean cache method
Method to change the title & alias.
Method to get the row form.
Method to get a menu item.
A protected method to get the where clause for the reorder This ensures that the row will be moved relative to a row with the same menutype
Returns a Table object, always creating it
Method to get the data that should be injected in the form.
Auto-populate the model state.
Note. Calling getState in this method will result in recursion.
Method to change the published state of one or more records.
Method to save the form data.
Method to save the reordered nested set tree.
First we save the new order values in the lft values of the changed ids. Then we invoke the table rebuild to implement the new ordering.
Method to change the home state of one or more items.
Inherited From JModelAdmin
JModelAdmin::__construct()
JModelAdmin::batch()
JModelAdmin::batchAccess()
JModelAdmin::batchCopy()
Inherited From JModelForm
JModelForm::checkin()
JModelForm::checkout()
JModelForm::getForm()
JModelForm::loadForm()
JModelForm::loadFormData()
JModelForm::preprocessData()
JModelForm::preprocessForm()
JModelForm::validate()
Inherited From JModelLegacy
JModelLegacy::__construct()
JModelLegacy::addIncludePath()
JModelLegacy::addTablePath()
JModelLegacy::cleanCache()
JModelLegacy::getDbo()
JModelLegacy::getInstance()
JModelLegacy::getName()
JModelLegacy::getState()
JModelLegacy::getTable()
JModelLegacy::loadHistory()
JModelLegacy::populateState()
JModelLegacy::setDbo()
JModelLegacy::setState()
JModelLegacy::_createFileName()
JModelLegacy::_createTable()
JModelLegacy::_getList()
JModelLegacy::_getListCount()
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::__toString()
Documentation generated on Tue, 19 Nov 2013 15:05:57 +0100 by phpDocumentor 1.4.3