/** * Set the database driver. * * @param DatabaseInterface $db The database driver. * * @return void * * @since 4.0.0 */ public function setDbo(DatabaseInterface $db = null) { $this->_db = $db; }