| [ Index ] |
PHP Cross Reference of Joomla 2.5.4 DE |
[Source view] [Print] [Project Stats]
(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.txt |
| File Size: | 215 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
UsersModelLevels:: (6 methods):
__construct()
populateState()
getStoreId()
getListQuery()
reorder()
saveorder()
Class: UsersModelLevels - X-Ref
Methods supporting a list of user access level records.| __construct($config = array() X-Ref |
| Constructor. param: array An optional associative array of configuration settings. |
| populateState($ordering = null, $direction = null) X-Ref |
| Method to auto-populate the model state. Note. Calling getState in this method will result in recursion. |
| 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. return: string A store id. |
| getListQuery() X-Ref |
| Build an SQL query to load the list data. return: JDatabaseQuery |
| reorder($pk, $direction = 0) X-Ref |
| Method to adjust the ordering of a row. param: int The ID of the primary key to move. param: integer Increment, usually +1 or -1 return: boolean False on failure or error, true otherwise. |
| saveorder($pks, $order) X-Ref |
| Saves the manually set order of records. param: array An array of primary key ids. param: int +/-1 |
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |