Class MatukioModelCurrency
since | 5.3.0 |
---|---|
package | MatukioEvents |
getForm(array $data= array()
, boolean $loadData= true
) : mixed
since | 1.6 |
---|
array
Data for the form.
boolean
True if the form is to load its own data (default case), false if not.
mixed
A JForm object on success, false on failuregetTable(string $type= 'Currencies'
, string $prefix= 'MatukioTable'
, array $config= array()
) : \JTable
string
The table type to instantiate
string
A prefix for the table class name. Optional.
array
Configuration array for model. Optional.
\JTable
A database objectloadFormData() : mixed
since | 1.6 |
---|
mixed
The data for the form.