|
| & | get ($id) |
| |
| & | getObjects ($criteria=null, $limit=null, $start=null, $id_as_key=false) |
| |
| & | getUids ($criteria=null, $limit=null, $start=null, $id_as_key=false) |
| |
| | insert (&$user, $force=false) |
| |
Public Member Functions inherited from XoopsObjectGenericHandler |
| | __construct (&$db) |
| |
| & | create ($isNew=true) |
| |
| | getIdList ($criteria=null, $limit=null, $start=null) |
| |
| | getCount ($criteria=null) |
| |
| | _getCount ($sql=null) |
| |
| | _insert (&$obj) |
| |
| | _update (&$obj) |
| |
| | _makeVars4sql (&$obj) |
| |
| | _makeCriteria4sql ($criteria) |
| |
| | _makeCriteriaElement4sql ($criteria, &$obj) |
| |
| | _escapeValue ($value, $type) |
| |
| | delete (&$obj, $force=false) |
| |
| | deleteAll ($criteria, $force=false) |
| |
| | getDirname () |
| |
| | getDataname () |
| |
| | _callDelegate ( $type, &$obj) |
| |
Public Member Functions inherited from XoopsObjectHandler |
| & | create () |
| |
| | insert (&$object) |
| |
| | delete (&$object) |
| |
Definition at line 115 of file users.php.
◆ get()
◆ getObjects()
| & getObjects |
( |
| $criteria = null, |
|
|
| $limit = null, |
|
|
| $start = null, |
|
|
| $id_as_key = false ) |
◆ getUids()
| & getUids |
( |
| $criteria = null, |
|
|
| $limit = null, |
|
|
| $start = null, |
|
|
| $id_as_key = false ) |
Return the array which consists of an integer as the uid. This member function is faster than getObjects().
- Parameters
-
| null | $criteria | |
| null | $limit | |
| null | $start | |
| bool | $id_as_key | |
- Returns
- Array
Reimplemented in UserUsers_searchHandler.
Definition at line 155 of file users.php.
◆ insert()
| insert |
( |
& | $user, |
|
|
| $force = false ) |
◆ $mClass
◆ $mPrimary
◆ $mTable
The documentation for this class was generated from the following file: