It is a method to load a row for editing from the version history table.
It is a method to perform batch operations on an item or a set of items.
It is a method to add a model to the view. Joomla supports a multiple-model single view system by which models are referenced by classname. A caveat to the classname referencing is that any classname prepended by \JModel will be referenced by the name without \JModel. For example, \JModelCategory is just Category.
The function escapes a value for output in a view script. The ENT_COMPAT flag will be replaced by ENT_QUOTES in Joomla 4.0 to also escape single quotes.
It is a method to get data from a registered model or a property of the view.
It is a method to get a \JPagination object for the data set.
It is a method to get the total number of items for the data set.
It is a method to get the starting number of items for the data set.
This function enqueues a system message. This function is defined in CMSApplication class.
This method gets the value of a user state variable and sets it in the session. This is the same as the method in \JApplication except that this also can optionally force you back to the first page when a filter has changed.
It is a method to get the view name. The model name by default parsed using the classname, or it can be set by passing a $config['name'] in the class constructor.
Page 2 of 2