| Joomla! | PHP Cross Reference | Web Portals |
1 <?php 2 /** 3 * @package Joomla.Administrator 4 * @subpackage com_finder 5 * 6 * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. 7 * @license GNU General Public License version 2 or later; see LICENSE 8 */ 9 10 defined('_JEXEC') or die; 11 12 /** 13 * Filters controller class for Finder. 14 * 15 * @package Joomla.Administrator 16 * @subpackage com_finder 17 * @since 2.5 18 */ 19 class FinderControllerFilters extends JControllerAdmin 20 { 21 /** 22 * Method to get a model object, loading it if required. 23 * 24 * @param string $name The model name. Optional. 25 * @param string $prefix The class prefix. Optional. 26 * @param array $config Configuration array for model. Optional. 27 * 28 * @return object The model. 29 * 30 * @since 2.5 31 */ 32 public function getModel($name = 'Filter', $prefix = 'FinderModel', $config = array('ignore_request' => true)) 33 { 34 $model = parent::getModel($name, $prefix, $config); 35 return $model; 36 } 37 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
title