Your IP : 216.73.216.147


Current Path : /home/lejardintz/www/components/com_kunena/models/
Upload File :
Current File : /home/lejardintz/www/components/com_kunena/models/common.php

<?php
/**
 * Kunena Component
 *
 * @package       Kunena.Site
 * @subpackage    Models
 *
 * @copyright (C) 2008 - 2016 Kunena Team. All rights reserved.
 * @license       http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link          https://www.kunena.org
 **/
defined('_JEXEC') or die ();

/**
 * Common Model for Kunena
 *
 * @since        2.0
 */
class KunenaModelCommon extends KunenaModel
{
	protected function populateState()
	{
		$params = $this->getParameters();
		$this->setState('params', $params);
	}
}