Back to Joomla project (class list)

Class Extension - list of methods

Extension table

Extends

Package: Joomla\CMS\Table
Copyright: (C) 2008 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Table/Extension.php
Project: Joomla

Method Summary

public
(\Joomla\Database\DatabaseDriver $db)

Constructor
Parameters
  • \Joomla\Database\DatabaseDriver $db Database driver object.
Since
  • 1.7.0
Show source code of this method: __construct Source Code

public bool
()

Overloaded check function
Returns
  • bool True if the object is ok
Since
  • 1.7.0
-
  • \Joomla\CMS\Table\Table::check()
Show source code of this method: check Source Code

public string
(mixed $options = array())

Method to create and execute a SELECT WHERE query.
Parameters
  • array $options Array of options
Returns
  • string The database query result
Since
  • 1.7.0
Show source code of this method: find Source Code

Properties Summary

protected bool
$_supportNullValue
Indicates that columns fully support the NULL value in the database
Since
  • 4.0.0
protected array
$_jsonEncode
Ensure the params in json encoded in the bind method
Since
  • 4.0.0
public string
$custom_data
Custom data can be used by extension developers
Since
  • 4.0.0

Tags Summary

Since
1.7.0