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é
|
Fonctions membres publiques | |
__construct ($config=array()) | |
getOverrides ($all=false) | |
getTotal () | |
delete ($cids) | |
purge () | |
Fonctions membres protégées | |
populateState ($ordering='key', $direction='asc') | |
Languages Overrides Model
__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. |
Références $config.
delete | ( | $cids | ) |
getOverrides | ( | $all = false | ) |
Retrieves the overrides data
boolean | $all | True if all overrides shall be returned without considering pagination, defaults to false |
Références $client.
getTotal | ( | ) |
Method to get the total number of overrides.
|
protected |
Method to auto-populate the model state.
Note. Calling getState in this method will result in recursion.
string | $ordering | An optional ordering field. |
string | $direction | An optional direction (asc|desc). |
Références $app, $client, $direction, $language, et $ordering.
purge | ( | ) |
Removes all of the cached strings from the table.
Références $db.