Class MatukioModelCurrency

since 5.3.0
package MatukioEvents

 Methods

Method to get the record form.

getForm(array $data = array(), boolean $loadData = true) : mixed
since 1.6

Parameters

$data

array

Data for the form.

$loadData

boolean

True if the form is to load its own data (default case), false if not.

Returns

mixedA JForm object on success, false on failure

Returns a reference to the a Table object, always creating it.

getTable(string $type = 'Currencies', string $prefix = 'MatukioTable', array $config = array()) : \JTable

Parameters

$type

string

The table type to instantiate

$prefix

string

A prefix for the table class name. Optional.

$config

array

Configuration array for model. Optional.

Returns

\JTableA database object

Method to get the data that should be injected in the form.

loadFormData() : mixed
since 1.6

Returns

mixedThe data for the form.