Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe UsersModelLevels
+ Graphe d'héritage de UsersModelLevels:

Fonctions membres publiques

 __construct ($config=array())
 
 reorder ($pk, $direction=0)
 
 saveorder ($pks, $order)
 

Fonctions membres protégées

 populateState ($ordering='a.ordering', $direction='asc')
 
 getStoreId ($id='')
 
 getListQuery ()
 

Description détaillée

Methods supporting a list of user access level records.

Depuis
1.6

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $config = array())

Constructor.

Paramètres
array$configAn optional associative array of configuration settings.
Voir également
JController
Depuis
1.6

Références $config.

Documentation des fonctions membres

◆ getListQuery()

getListQuery ( )
protected

Build an SQL query to load the list data.

Renvoie
JDatabaseQuery

Références $db, et $query.

◆ getStoreId()

getStoreId (   $id = '')
protected

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ètres
string$idA prefix for the store id.
Renvoie
string A store id.

Références $id.

◆ populateState()

populateState (   $ordering = 'a.ordering',
  $direction = 'asc' 
)
protected

Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

Paramètres
string$orderingAn optional ordering field.
string$directionAn optional direction (asc|desc).
Renvoie
void
Depuis
1.6

Références $direction, $ordering, et $params.

◆ reorder()

reorder (   $pk,
  $direction = 0 
)

Method to adjust the ordering of a row.

Paramètres
integer$pkThe ID of the primary key to move.
integer$directionIncrement, usually +1 or -1
Renvoie
boolean False on failure or error, true otherwise.

Références $user.

◆ saveorder()

saveorder (   $pks,
  $order 
)

Saves the manually set order of records.

Paramètres
array$pksAn array of primary key ids.
integer$orderOrder position
Renvoie
boolean|JException Boolean true on success, boolean false or JException instance on error

Références $i, $user, elseif, et JError\raiseWarning().


La documentation de cette classe a été générée à partir du fichier suivant :