/** * {@inheritdoc} */ public function __construct(Cms $cms) { parent::__construct($cms); $this->_db = \JFactory::getDbo(); }
/** * {@inheritdoc} * @SuppressWarnings(PHPMD.Superglobals) */ public function __construct(Cms $cms) { parent::__construct($cms); $this->_db = $GLOBALS['wpdb']; }