Back to DatabaseModelInterface class

Method getDbo

public \Joomla\Database\DatabaseInterface
getDbo
()
Method to get the database driver object.
Returns
  • \Joomla\Database\DatabaseInterface
Since
  • 4.0.0

Method getDbo - Source code

/**
 * Method to get the database driver object.
 *
 * @return  DatabaseInterface
 *
 * @since   4.0.0
 */
public function getDbo();