[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/components/com_privacy/src/Model/ -> RemindModel.php (summary)

(no description)

Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 191 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

RemindModel:: (4 methods):
  remindRequest()
  getForm()
  getTable()
  populateState()


Class: RemindModel  - X-Ref

Remind confirmation model class.

remindRequest($data)   X-Ref
Confirms the remind request.

param: array  $data  The data expected for the form.
return: mixed  \Exception | JException | boolean

getForm($data = [], $loadData = true)   X-Ref
Method for getting the form from the model.

param: array    $data      Data for the form.
param: boolean  $loadData  True if the form is to load its own data (default case), false if not.
return: Form|boolean  A Form object on success, false on failure

getTable($name = 'Consent', $prefix = 'Administrator', $options = [])   X-Ref
Method to get a table object, load it if necessary.

param: string  $name     The table name. Optional.
param: string  $prefix   The class prefix. Optional.
param: array   $options  Configuration array for model. Optional.
return: Table  A Table object

populateState()   X-Ref
Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

return: void



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer