Class MatukioModelLocations

since 6.1.2
package MatukioEvents

 Methods

the constructor

__construct(array $config = array()
since 6.1.2

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 = 'Locations', 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

 Properties

 

Location

$location : object

Default

null
since 6.1.2

Class MatukioModelLocations

since 3.0.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 = 'Locations', 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