DatabaseAwareTrait
Defines the trait for a Database Aware Class.
| since |
2.1.0 |
|---|---|
| package |
Joomla Framework |
Methods
getDatabase
Get the database.
getDatabase() : \Joomla\Database\DatabaseInterface
| since |
2.1.0 |
|---|---|
| throws |
|
Response
setDatabase
Set the database.
setDatabase(\Joomla\Database\DatabaseInterface db) :