Class MatukioModelDates

since 3.1.0
package MatukioEvents

 Methods

the constructor Constructor.

__construct(array $config = array()

Parameters

$config

array

An optional associative array of configuration settings.

Get the context

getContext() : null | string

Returns

nullstring

Method to get a JDatabaseQuery object for retrieving the data set from a database.

getListQuery() : \JDatabaseQuery

Returns

\JDatabaseQueryA JDatabaseQuery object to retrieve the data set.

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

getTable(string $type = 'Events', 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