/
home
/
assocoweys
/
avexp
/
administrator
/
components
/
com_associations
/
Upload File
HOME
<?php /** * @package Joomla.Administrator * @subpackage com_associations * * @copyright (C) 2017 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** * Component Controller * * @since 3.7.0 */ class AssociationsController extends JControllerLegacy { /** * The default view. * * @var string * * @since 3.7.0 */ protected $default_view = 'associations'; }