%PDF- %PDF-
Direktori : /home/lightco1/upgrade.lightco.com.au/administrator/components/com_associations/ |
Current File : /home/lightco1/upgrade.lightco.com.au/administrator/components/com_associations/controller.php |
<?php /** * @package Joomla.Administrator * @subpackage com_associations * * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @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'; }