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 RedirectModelLinks
+ Graphe d'héritage de RedirectModelLinks:

Fonctions membres publiques

 __construct ($config=array())
 
 purge ()
 
 batchProcess ($batchUrls)
 

Fonctions membres protégées

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

Description détaillée

Methods supporting a list of redirect links.

Depuis
1.6

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $config = array())

Constructor.

Paramètres
array$configAn optional associative array of configuration settings.
Depuis
1.6

Références $config.

Documentation des fonctions membres

◆ batchProcess()

batchProcess (   $batchUrls)

Add the entered URLs into the database

Paramètres
array$batchUrlsArray of URLs to enter into the database
Renvoie
boolean

Références $columns, $db, $params, $query, et $state.

◆ getListQuery()

getListQuery ( )
protected

Build an SQL query to load the list data.

Renvoie
JDatabaseQuery
Depuis
1.6

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

◆ 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.
Depuis
1.6

Références $id.

◆ populateState()

populateState (   $ordering = 'a.old_url',
  $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.

◆ purge()

purge ( )

Removes all of the unpublished redirects from the table.

Renvoie
boolean result of operation
Depuis
3.5

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


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