[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/administrator/components/com_finder/models/ -> filters.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
License: GNU General Public License version 2 or later; see LICENSE
File Size: 138 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

FinderModelFilters:: (4 methods):
  __construct()
  getListQuery()
  getStoreId()
  populateState()


Class: FinderModelFilters  - X-Ref

Filters model class for Finder.

__construct($config = array()   X-Ref
Constructor.

param: array  $config  An associative array of configuration settings. [optional]

getListQuery()   X-Ref
Build an SQL query to load the list data.

return: JDatabaseQuery  A JDatabaseQuery object

getStoreId($id = '')   X-Ref
Method to get a store id based on model configuration state.

This is necessary because the model is used by the component and
different modules that might need different sets of data or different
ordering requirements.

param: string  $id  A prefix for the store id. [optional]
return: string  A store id.

populateState($ordering = null, $direction = null)   X-Ref
Method to auto-populate the model state.  Calling getState in this method will result in recursion.

param: string  $ordering   An optional ordering field. [optional]
param: string  $direction  An optional direction. [optional]
return: void



Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1