Back to Joomla project (class list)

Class DatabaseAwareTrait - list of methods

Database aware trait.
Package: Joomla\CMS\MVC\Model
Copyright: (C) 2019 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/MVC/Model/DatabaseAwareTrait.php
Project: Joomla

Method Summary

public \Joomla\Database\DatabaseInterface
()

Get the database driver.
Returns
  • \Joomla\Database\DatabaseInterface The database driver.
Since
  • 4.0.0
-
  • \UnexpectedValueException
Show source code of this method: getDbo Source Code

public void
(\Joomla\Database\DatabaseInterface $db = null)

Set the database driver.
Parameters
  • \Joomla\Database\DatabaseInterface $db The database driver.
Returns
  • void
Since
  • 4.0.0
Show source code of this method: setDbo Source Code

Properties Summary

protected \Joomla\Database\DatabaseInterface
$_db
The database driver.
Since
  • 4.0.0

Tags Summary

Since
4.0.0