/** * {@inheritdoc} * @SuppressWarnings(PHPMD.Superglobals) */ public function __construct(Cms $cms) { parent::__construct($cms); $this->_wp_query = new \WP_Query($_REQUEST); }
/** * {@inheritdoc} */ public function __construct(Cms $cms) { parent::__construct($cms); $this->_input = \JFactory::getApplication()->input; }