| Current Path : /var/www/html/components/com_osmembership/view/articles/ |
| Current File : /var/www/html/components/com_osmembership/view/articles/html.php |
<?php
/**
* @package Joomla
* @subpackage Membership Pro
* @author Tuan Pham Ngoc
* @copyright Copyright (C) 2012 - 2026 Ossolution Team
* @license GNU/GPL, see LICENSE.php
*/
defined('_JEXEC') or die;
class OSMembershipViewArticlesHtml extends MPFViewList
{
/**
* Preview view data before rendering
*
* @throws Exception
*/
public function prepareView()
{
$this->requestLogin();
parent::prepareView();
}
}