![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de PrivacyControllerRequest:Fonctions membres publiques | |
| export () | |
Fonctions membres protégées | |
| postSaveHook (\JModelLegacy $model, $validData=array()) | |
Fonctions membres privées | |
| canTransition ($item, $newStatus) | |
Request management controller class.
Request action controller class.
|
private |
Method to determine if an item can transition to the specified status.
| object | $item | The item being updated. |
| string | $newStatus | The new status of the item. |
Références $item.
| export | ( | ) |
Method to export the data for a request.
|
protected |
Function that allows child controller access to model data after the data has been saved.
| \JModelLegacy | $model | The data model object. |
| array | $validData | The validated data. |