![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de BannersModelTracks:Fonctions membres publiques | |
| __construct ($config=array()) | |
| delete () | |
| getBaseName () | |
| getFileType () | |
| getMimeType () | |
| getContent () | |
Fonctions membres protégées | |
| populateState ($ordering='b.name', $direction='asc') | |
| getListQuery () | |
| getCategoryName () | |
| getClientName () | |
Attributs protégés | |
| $basename | |
Methods supporting a list of tracks.
| __construct | ( | $config = array() | ) |
Constructor.
| array | $config | An optional associative array of configuration settings. |
Références $config.
| delete | ( | ) |
|
protected |
|
protected |
| getContent | ( | ) |
| getFileType | ( | ) |
Get the file type.
|
protected |
| getMimeType | ( | ) |
Get the mime type.
|
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 $direction, et $ordering.
|
protected |